mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-08-20 08:24:02 +02:00
Move things around
This commit is contained in:
parent
f9e22dcaa9
commit
42016f48ff
4 changed files with 163 additions and 150 deletions
web/src/app
|
@ -1,6 +1,6 @@
|
|||
import {shortTopicUrl, topicUrlWs, topicUrlWsWithSince} from "./utils";
|
||||
|
||||
const retryBackoffSeconds = [5, 10, 15, 20, 30, 45, 60, 120];
|
||||
const retryBackoffSeconds = [5, 10, 15, 20, 30, 45];
|
||||
|
||||
class Connection {
|
||||
constructor(subscriptionId, baseUrl, topic, since, onNotification) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue