mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-02 05:38:41 -04:00
checkpoint
This commit is contained in:
parent
e85d72f21a
commit
63768580c6
10 changed files with 225 additions and 149 deletions
|
@ -45,7 +45,7 @@ fn init_callbacks() {
|
|||
case "network.rpc.max_timestamp_behind": return 10000000;
|
||||
case "network.rpc.max_timestamp_ahead": return 10000000;
|
||||
case "network.rpc.timeout": return 10000000;
|
||||
case "network.rpc.max_route_hop_count": return 7;
|
||||
case "network.rpc.max_route_hop_count": return 4;
|
||||
case "network.rpc.default_route_hop_count": return 2;
|
||||
case "network.dht.resolve_node_timeout": return null;
|
||||
case "network.dht.resolve_node_count": return 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue