File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 232232 " the same machines. The option might be removed/adjusted in the future" ,
233233 defaultValue : defaultPortalProtocolConfig.tableIpLimits.tableIpLimit,
234234 defaultValueDesc : $ defaultTableIpLimitDesc,
235- name : " debug- table-ip-limit"
235+ name : " table-ip-limit"
236236 .}: uint
237237
238238 bucketIpLimit* {.
@@ -243,15 +243,15 @@ type
243243 " the same machines. The option might be removed/adjusted in the future" ,
244244 defaultValue : defaultPortalProtocolConfig.tableIpLimits.bucketIpLimit,
245245 defaultValueDesc : $ defaultBucketIpLimitDesc,
246- name : " debug- bucket-ip-limit"
246+ name : " bucket-ip-limit"
247247 .}: uint
248248
249249 bitsPerHop* {.
250250 hidden ,
251251 desc : " Kademlia's b variable, increase for less hops per lookup" ,
252252 defaultValue : defaultPortalProtocolConfig.bitsPerHop,
253253 defaultValueDesc : $ defaultBitsPerHopDesc,
254- name : " debug- bits-per-hop"
254+ name : " bits-per-hop"
255255 .}: int
256256
257257 maxGossipNodes* {.
Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ for NUM_NODE in $(seq 0 $(( NUM_NODES - 1 ))); do
342342 --metrics \
343343 --metrics-address=" 127.0.0.1" \
344344 --metrics-port=" $(( BASE_METRICS_PORT + NUM_NODE )) " \
345- --debug- table-ip-limit=1024 \
346- --debug- bucket-ip-limit=24 \
347- --debug- bits-per-hop=1 \
345+ --table-ip-limit=1024 \
346+ --bucket-ip-limit=24 \
347+ --bits-per-hop=1 \
348348 --portal-subnetworks=" ${PORTAL_SUBNETWORKS} " \
349349 --disable-state-root-validation=" ${DISABLE_STATE_ROOT_VALIDATION} " \
350350 ${TRUSTED_BLOCK_ROOT_ARG} \
You can’t perform that action at this time.
0 commit comments