Bugfixes
This commit is contained in:
parent
1a35930909
commit
6d92ba8a68
@ -18,7 +18,7 @@ import static org.lmdbjava.EnvFlags.*;
|
|||||||
public class LLTempLMDBEnv implements Closeable {
|
public class LLTempLMDBEnv implements Closeable {
|
||||||
|
|
||||||
private static final long TWENTY_GIBIBYTES = 20L * 1024L * 1024L * 1024L;
|
private static final long TWENTY_GIBIBYTES = 20L * 1024L * 1024L * 1024L;
|
||||||
private static final int MAX_DATABASES = 1024;
|
private static final int MAX_DATABASES = 16777216;
|
||||||
|
|
||||||
private final Path tempDirectory;
|
private final Path tempDirectory;
|
||||||
private final Env<ByteBuf> env;
|
private final Env<ByteBuf> env;
|
||||||
|
@ -184,6 +184,7 @@ public class ScoredPagedMultiSearcher implements MultiSearcher {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.subscribeOn(Schedulers.boundedElastic())
|
||||||
.flatMap(cmm -> Flux
|
.flatMap(cmm -> Flux
|
||||||
.fromIterable(indexSearchers)
|
.fromIterable(indexSearchers)
|
||||||
.index()
|
.index()
|
||||||
|
Loading…
Reference in New Issue
Block a user