fix: add dead_reprobe_interval to new registry test config
Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
This commit is contained in:
parent
0e088c16fe
commit
7f05b03a76
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ fn test_config(addr: &str) -> DistributedNodeConfig {
|
||||||
probe_timeout: 3,
|
probe_timeout: 3,
|
||||||
indirect_probes: 1,
|
indirect_probes: 1,
|
||||||
suspicion_timeout: 5,
|
suspicion_timeout: 5,
|
||||||
|
dead_reprobe_interval: 0,
|
||||||
},
|
},
|
||||||
cache_capacity: 100,
|
cache_capacity: 100,
|
||||||
republish_interval: 50,
|
republish_interval: 50,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue