set rpcDelay for root tracking to 10s

This commit is contained in:
stubbsta 2026-05-28 09:14:06 +02:00
parent 9f95a90e4a
commit 1ff2533765
No known key found for this signature in database

View File

@ -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()