Hi,
Try:
To see actual values
curl -u Administrator:password http://localhost:8091/internalSettings
To change max buckets to 15 (by example)
curl -v -X POST http://Administrator:password@localhost:8091/internalSettings -d maxBucketCount=15
Tell me if work for you.
Thanks
Arturo