mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-13 01:19:26 +00:00
set rpcDelay for root tracking to 10s
This commit is contained in:
parent
9f95a90e4a
commit
1ff2533765
@ -261,7 +261,7 @@ proc updateRoots*(g: OnchainGroupManager): Future[bool] {.async.} =
|
||||
|
||||
proc trackRootChanges*(g: OnchainGroupManager): Future[Result[void, string]] {.async.} =
|
||||
?checkInitialized(g)
|
||||
const rpcDelay = 5.seconds
|
||||
const rpcDelay = 10.seconds
|
||||
|
||||
while true:
|
||||
let rootUpdated = await g.updateRoots()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user