Default flushDelay on the replicated leveldb store did not have the correct default.

This commit is contained in:
Hiram Chirino 2013-12-05 13:33:29 -05:00
parent ed8e4eae8f
commit 30f3a9b7f3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class ElectingLevelDBStore extends ProxyLevelDBStore {
@BeanProperty
var indexCacheSize: Long = 1024 * 1024 * 256L
@BeanProperty
var flushDelay = 1000 * 5
var flushDelay = 0
@BeanProperty
var asyncBufferSize = 1024 * 1024 * 4
@BeanProperty