Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
team-friendo
signalboost
Commits
d80bdd5d
Verified
Commit
d80bdd5d
authored
Sep 04, 2020
by
aguestuser
Browse files
[hotfix] set healthcheck interval to 5 min
(at least for now)
parent
fd2add04
Pipeline
#45578
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/config/signal.js
app/config/signal.js
+2
-2
No files found.
app/config/signal.js
View file @
d80bdd5d
...
...
@@ -4,8 +4,8 @@ const defaults = {
broadcastSpacing
:
100
,
// 100 millis
defaultMessageExpiryTime
:
60
*
60
*
24
*
7
,
// 1 week
expiryUpdateDelay
:
200
,
// 200 millis
healtcheckInterval
:
1000
*
60
*
1
5
,
//
1
5 min
healthcheckTimeout
:
1000
*
60
*
1
5
,
//
1
5 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment