1
0
Fork 0
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:
Philipp Heckel 2022-02-25 12:46:22 -05:00
parent f9e22dcaa9
commit 42016f48ff
4 changed files with 163 additions and 150 deletions
web/src/app

View file

@ -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) {