mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-09 09:08:41 -04:00
checkpoint
This commit is contained in:
parent
4e1c3391df
commit
27f7f49d4f
11 changed files with 64 additions and 20 deletions
|
@ -46,7 +46,7 @@ fn init_callbacks() {
|
|||
case "network.rpc.max_timestamp_ahead": return 10000000;
|
||||
case "network.rpc.timeout": return 10000000;
|
||||
case "network.rpc.max_route_hop_count": return 4;
|
||||
case "network.rpc.default_route_hop_count": return 2;
|
||||
case "network.rpc.default_route_hop_count": return 1;
|
||||
case "network.dht.resolve_node_timeout": return null;
|
||||
case "network.dht.resolve_node_count": return 20;
|
||||
case "network.dht.resolve_node_fanout": return 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue