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:
Developer 2026-02-13 07:47:06 +00:00
parent 0e088c16fe
commit 7f05b03a76

View file

@ -20,6 +20,7 @@ fn test_config(addr: &str) -> DistributedNodeConfig {
probe_timeout: 3,
indirect_probes: 1,
suspicion_timeout: 5,
dead_reprobe_interval: 0,
},
cache_capacity: 100,
republish_interval: 50,