update the default sliceBytes

This commit is contained in:
lionsoul2014 2026-01-05 21:59:38 +08:00
parent f302c68012
commit 4577e9a17b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class ConfigBuilder {
private InputStream xdbInputStream = null; private InputStream xdbInputStream = null;
// slice bytes for in-memory xdb content // slice bytes for in-memory xdb content
private int cacheSliceBytes = Searcher.MAX_WRITE_BYTES; private int cacheSliceBytes = Searcher.DEFAULT_SLICE_BYTES;
// searchers // searchers
private int searchers = 20; private int searchers = 20;