mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-29 07:53:15 +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.} =
|
proc trackRootChanges*(g: OnchainGroupManager): Future[Result[void, string]] {.async.} =
|
||||||
?checkInitialized(g)
|
?checkInitialized(g)
|
||||||
const rpcDelay = 5.seconds
|
const rpcDelay = 10.seconds
|
||||||
|
|
||||||
while true:
|
while true:
|
||||||
let rootUpdated = await g.updateRoots()
|
let rootUpdated = await g.updateRoots()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user