mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
set root polling to 15s
This commit is contained in:
parent
396acf4fa4
commit
ce41227488
@ -228,7 +228,7 @@ proc updateRecentRoots*(g: OnchainGroupManager): Future[bool] {.async.} =
|
||||
proc trackRootChanges*(g: OnchainGroupManager): Future[Result[void, string]] {.async.} =
|
||||
?checkInitialized(g)
|
||||
|
||||
const rpcDelay = 5.seconds
|
||||
const rpcDelay = 15.seconds
|
||||
|
||||
while true:
|
||||
let rootUpdated = await g.updateRecentRoots()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user