set rpc poll delay to 30s

This commit is contained in:
stubbsta 2026-05-29 14:49:14 +02:00
parent ce41227488
commit 49700a6302
No known key found for this signature in database

View File

@ -228,7 +228,7 @@ proc updateRecentRoots*(g: OnchainGroupManager): Future[bool] {.async.} =
proc trackRootChanges*(g: OnchainGroupManager): Future[Result[void, string]] {.async.} =
?checkInitialized(g)
const rpcDelay = 15.seconds
const rpcDelay = 30.seconds
while true:
let rootUpdated = await g.updateRecentRoots()