Skip to content

Commit 4e4c13e

Browse files
pavel-blagodovMichael Wiederhold
authored and
Michael Wiederhold
committed
MB-22737: set default purgeInterval for ephemeral bucket
Change-Id: Ie14b46778895391743f994e0feba5ef8b053d39c Reviewed-on: http://review.couchbase.org/77238 Tested-by: Pavel Blagodov <[email protected]> Reviewed-by: Michael Wiederhold <[email protected]>
1 parent c9da9d7 commit 4e4c13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

priv/public/ui/app/constants/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
threadsNumber: "3",
1616
flushEnabled: "0",
1717
ramQuotaMB: "0",
18-
uri: '/pools/default/buckets'
18+
uri: '/pools/default/buckets',
19+
purgeInterval: "1",
1920
})
2021
.constant('daysOfWeek', [
2122
'Monday',

0 commit comments

Comments
 (0)