mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fallback quorum should be "strict" globally if config is not loaded (#14589)
This commit is contained in:
parent
7f8b8a0e43
commit
a3534a730b
@ -190,7 +190,7 @@ var (
|
||||
globalBucketTargetSys *BucketTargetSys
|
||||
// globalAPIConfig controls S3 API requests throttling,
|
||||
// healthcheck readiness deadlines and cors settings.
|
||||
globalAPIConfig = apiConfig{listQuorum: 3}
|
||||
globalAPIConfig = apiConfig{listQuorum: -1}
|
||||
|
||||
globalStorageClass storageclass.Config
|
||||
globalLDAPConfig xldap.Config
|
||||
|
Loading…
Reference in New Issue
Block a user