mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
listBuckets: Bump up the limit of max buckets to 1000.
This commit is contained in:
@@ -101,7 +101,7 @@ func New(rootPath string) (Filesystem, *probe.Error) {
|
||||
/// Defaults
|
||||
|
||||
// maximum buckets to be listed from list buckets.
|
||||
fs.maxBuckets = 100
|
||||
fs.maxBuckets = 1000
|
||||
// minium free disk required for i/o operations to succeed.
|
||||
fs.minFreeDisk = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user