mirror of https://github.com/waku-org/nwaku.git
chore(rln-relay): update tree_config (#1781)
This commit is contained in:
parent
cb2e3d86a6
commit
ba8ec7048e
|
@ -30,7 +30,15 @@ const
|
||||||
const
|
const
|
||||||
# The relative folder where the circuit, proving and verification key for RLN can be found
|
# 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
|
# 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
|
# temporary variables to test waku-rln-relay performance in the static group mode
|
||||||
const
|
const
|
||||||
|
|
Loading…
Reference in New Issue