@@ -39,7 +39,6 @@ import (
- tiers
- api
- tokens
-- HIGH Self-review
- MEDIUM: Test for expiring messages after reservation removal
- MEDIUM: Test new token endpoints & never-expiring token
- MEDIUM: Tests for manager.go
@@ -1,7 +1,7 @@
import api from "./Api";
import subscriptionManager from "./SubscriptionManager";
-const delayMillis = 8000; // 8 seconds
+const delayMillis = 2000; // 2 seconds
const intervalMillis = 300000; // 5 minutes
class Poller {