mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-04 19:04:15 +01:00
Remove self-review todo
This commit is contained in:
parent
4cbf1f5371
commit
73b0161ff7
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ import (
|
||||||
- tiers
|
- tiers
|
||||||
- api
|
- api
|
||||||
- tokens
|
- tokens
|
||||||
- HIGH Self-review
|
|
||||||
- MEDIUM: Test for expiring messages after reservation removal
|
- MEDIUM: Test for expiring messages after reservation removal
|
||||||
- MEDIUM: Test new token endpoints & never-expiring token
|
- MEDIUM: Test new token endpoints & never-expiring token
|
||||||
- MEDIUM: Tests for manager.go
|
- MEDIUM: Tests for manager.go
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import api from "./Api";
|
import api from "./Api";
|
||||||
import subscriptionManager from "./SubscriptionManager";
|
import subscriptionManager from "./SubscriptionManager";
|
||||||
|
|
||||||
const delayMillis = 8000; // 8 seconds
|
const delayMillis = 2000; // 2 seconds
|
||||||
const intervalMillis = 300000; // 5 minutes
|
const intervalMillis = 300000; // 5 minutes
|
||||||
|
|
||||||
class Poller {
|
class Poller {
|
||||||
|
|
Loading…
Reference in a new issue