update the default sliceBytes
This commit is contained in:
parent
f302c68012
commit
4577e9a17b
|
|
@ -32,7 +32,7 @@ public class ConfigBuilder {
|
|||
private InputStream xdbInputStream = null;
|
||||
|
||||
// slice bytes for in-memory xdb content
|
||||
private int cacheSliceBytes = Searcher.MAX_WRITE_BYTES;
|
||||
private int cacheSliceBytes = Searcher.DEFAULT_SLICE_BYTES;
|
||||
|
||||
// searchers
|
||||
private int searchers = 20;
|
||||
|
|
|
|||
Loading…
Reference in New Issue