Skip to content
Snippets Groups Projects
Verified Commit d80bdd5d authored by aguestuser's avatar aguestuser
Browse files

[hotfix] set healthcheck interval to 5 min

(at least for now)
parent fd2add04
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ const defaults = {
broadcastSpacing: 100, // 100 millis
defaultMessageExpiryTime: 60 * 60 * 24 * 7, // 1 week
expiryUpdateDelay: 200, // 200 millis
healtcheckInterval: 1000 * 60 * 15, // 15 min
healthcheckTimeout: 1000 * 60 * 15, // 15 min
healtcheckInterval: 1000 * 60 * 5, // 5 min
healthcheckTimeout: 1000 * 60 * 5, // 5 min
healtcheckSpacing: 100, // 100 millis
intervalBetweenRegistrationBatches: 120000, // 2 minutes
intervalBetweenRegistrations: 2000, // 2 seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment