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 ecdc020113
commit fa0ef6b053
3 changed files with 12 additions and 4 deletions

View file

@ -22,7 +22,7 @@ const processBatches = require('./tx-batching-processing')
const INCOMING_TX_INTERVAL = 30 * T.seconds
const LIVE_INCOMING_TX_INTERVAL = 5 * 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