chore(rln-relay): update tree_config (#1781)

This commit is contained in:
Aaryamann Challani 2023-06-07 13:39:20 +05:30 committed by GitHub
parent cb2e3d86a6
commit ba8ec7048e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -30,7 +30,15 @@ const
const
# The relative folder where the circuit, proving and verification key for RLN can be found
# Note that resources has to be compiled with respect to the above MerkleTreeDepth
RlnConfig* = $(%* { "resources_folder": "tree_height_" & $MerkleTreeDepth & "/" })
RlnConfig* = $(%* {
"resources_folder": "tree_height_" & $MerkleTreeDepth & "/",
"tree_config": {
"cache_capacity": 15_000,
"mode": "high_throughput",
"compression": false,
"flush_interval": 12_000
}
})
# temporary variables to test waku-rln-relay performance in the static group mode
const