Skip to content

Commit

Permalink
Merge a045c6d into 05356ab
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored Jul 1, 2024
2 parents 05356ab + a045c6d commit 54178ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waku/waku_rln_relay/rln/wrappers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ proc createRLNInstanceLocal(
let rln_config = RlnConfig(
resources_folder: "tree_height_" & $d & "/",
tree_config: RlnTreeConfig(
cache_capacity: 15_000,
cache_capacity: 1024,
mode: "high_throughput",
compression: false,
flush_every_ms: 500,
flush_every_ms: 12_000, # 12 seconds
path: if tree_path != "": tree_path else: DefaultRlnTreePath,
),
)
Expand Down

0 comments on commit 54178ef

Please sign in to comment.