fix: enqueue sweeping requests and loosen sweep polling

This commit is contained in:
Sérgio Salgado 2022-07-05 21:22:00 +01:00
parent 2d5cbe771a
commit 1d2b762613
3 changed files with 12 additions and 4 deletions

View file

@ -24,7 +24,7 @@ const LIVE_INCOMING_TX_INTERVAL = 5 * T.seconds
const INCOMING_TX_INTERVAL_FILTER = 1 * T.minute
const LIVE_INCOMING_TX_INTERVAL_FILTER = 10 * T.seconds
const UNNOTIFIED_INTERVAL = 10 * T.seconds
const SWEEP_HD_INTERVAL = T.minute
const SWEEP_HD_INTERVAL = 5 * T.minute
const TRADE_INTERVAL = 60 * T.seconds
const PONG_INTERVAL = 10 * T.seconds
const LOGS_CLEAR_INTERVAL = 1 * T.day