mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Add more delays on distributed startup for slow network (#5240)
Refer #5237
This commit is contained in:
committed by
Dee Koder
parent
ffdf115bf2
commit
819d1e80c6
@@ -842,7 +842,7 @@ func (adminAPI adminAPIHandlers) HealFormatHandler(w http.ResponseWriter, r *htt
|
||||
|
||||
// Wrap into retrying disks
|
||||
retryingDisks := initRetryableStorageDisks(bootstrapDisks,
|
||||
time.Millisecond, time.Millisecond*5)
|
||||
time.Millisecond, time.Millisecond*5, globalStorageHealthCheckInterval, globalStorageRetryThreshold)
|
||||
|
||||
// Heal format.json on available storage.
|
||||
err = healFormatXL(retryingDisks)
|
||||
|
||||
Reference in New Issue
Block a user