listBuckets: Bump up the limit of max buckets to 1000.

This commit is contained in:
Harshavardhana
2016-01-26 11:48:52 -08:00
parent f5d6be158e
commit 1341fb79c3
2 changed files with 18 additions and 9 deletions

View File

@@ -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