fix: reduce ping timer
This commit is contained in:
parent
6d9304ca14
commit
2b07748f10
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const PRUNE_MACHINES_HEARTBEAT = 1 * T.day
|
|||
const TRANSACTION_BATCH_LIFECYCLE = 20 * T.minutes
|
||||
const TICKER_RATES_INTERVAL = 59 * T.seconds
|
||||
const FAILED_SCANS_INTERVAL = 1 * T.day
|
||||
const PENDING_PINGS_INTERVAL = 90 * T.seconds // lib/notifier/codes.js
|
||||
const PENDING_PINGS_INTERVAL = 10 * T.seconds // lib/notifier/codes.js
|
||||
|
||||
const CHECK_NOTIFICATION_INTERVAL = 20 * T.seconds
|
||||
const PENDING_INTERVAL = 10 * T.seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue