Skip to content

Commit 1efdae5

Browse files
committed
remaining configs
1 parent 82d71cd commit 1efdae5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nexus-config/src/nexus_config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ mod test {
786786
switch_port_settings_manager.period_secs = 30
787787
region_replacement.period_secs = 30
788788
instance_watcher.period_secs = 30
789+
instance_updater.period_secs = 30
789790
service_firewall_propagation.period_secs = 300
790791
[default_region_allocation_strategy]
791792
type = "random"

nexus/examples/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ switch_port_settings_manager.period_secs = 30
115115
region_replacement.period_secs = 30
116116
# How frequently to query the status of active instances.
117117
instance_watcher.period_secs = 30
118+
# How frequently to schedule new instance update sagass.
119+
instance_updater.period_secs = 30
118120
service_firewall_propagation.period_secs = 300
119121

120122
[default_region_allocation_strategy]

0 commit comments

Comments
 (0)