mirror of https://github.com/apache/activemq.git
Default flushDelay on the replicated leveldb store did not have the correct default.
This commit is contained in:
parent
ed8e4eae8f
commit
30f3a9b7f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue