Skip to content

Commit 9a3c4a3

Browse files
committed
CE-578 Couchbase 1.30 >> bucket size control implementation >> Bucket size should be greater or equal to 100MB
PR URL: https://www.github.com/delphix/couchbase-plugin/pull/64
1 parent 280fbb9 commit 9a3c4a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,9 @@
415415
"bsize": {
416416
"type": "integer",
417417
"prettyName": "Bucket Size (in MB)",
418-
"default": 0
418+
"description": "Greater than or equal to 100MB.",
419+
"default": 100,
420+
"minimum": 100
419421
}
420422
}
421423
}

0 commit comments

Comments
 (0)