We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca91632 commit f4312e8Copy full SHA for f4312e8
sled-agent/src/bootstrap/bootstore_setup.rs
@@ -34,7 +34,7 @@ pub fn new_bootstore_config(
34
addr: SocketAddrV6::new(global_zone_bootstrap_ip, BOOTSTORE_PORT, 0, 0),
35
time_per_tick: Duration::from_millis(250),
36
learn_timeout: Duration::from_secs(5),
37
- rack_init_timeout: Duration::from_secs(300),
+ rack_init_timeout: Duration::from_secs(10 * 60),
38
rack_secret_request_timeout: Duration::from_secs(5),
39
fsm_state_ledger_paths: bootstore_fsm_state_paths(
40
cluster_dataset_paths,
0 commit comments