mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-24 13:41:09 -05:00
fix default timestamp behind/ahead
This commit is contained in:
parent
39d5e0435c
commit
3e7e0a381a
@ -431,8 +431,8 @@ impl Default for VeilidConfigRPC {
|
||||
Self {
|
||||
concurrency: 0,
|
||||
queue_size: 1024,
|
||||
max_timestamp_behind_ms: None,
|
||||
max_timestamp_ahead_ms: None,
|
||||
max_timestamp_behind_ms: Some(10000),
|
||||
max_timestamp_ahead_ms: Some(10000),
|
||||
timeout_ms: 5000,
|
||||
max_route_hop_count: 4,
|
||||
default_route_hop_count: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user