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

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