set root polling to 15s

This commit is contained in:
stubbsta 2026-05-29 10:55:10 +02:00
parent 396acf4fa4
commit ce41227488
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 = 5.seconds
const rpcDelay = 15.seconds
while true:
let rootUpdated = await g.updateRecentRoots()