Skip to content

Commit

Permalink
fix(rln-relay): update block poll rate
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 23, 2024
1 parent 1058cc1 commit dbd6cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type
const DefaultKeyStorePath* = "rlnKeystore.json"
const DefaultKeyStorePassword* = "password"

const DefaultBlockPollRate* = 1.seconds
const DefaultBlockPollRate* = 6.seconds

template initializedGuard(g: OnchainGroupManager): untyped =
if not g.initialized:
Expand Down

0 comments on commit dbd6cc3

Please sign in to comment.