mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
listBuckets: Bump up the limit of max buckets to 1000.
This commit is contained in:
+1
-1
@@ -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