Reformat iterator
This commit is contained in:
parent
1ea004630e
commit
98dcb39ce1
@ -74,8 +74,7 @@ public abstract class LLLocalReactiveRocksIterator<T> extends
|
||||
}
|
||||
|
||||
public final Flux<T> flux() {
|
||||
return Flux
|
||||
.generate(() -> {
|
||||
return Flux.generate(() -> {
|
||||
var readOptions = new ReadOptions(this.readOptions);
|
||||
if (!range.hasMin() || !range.hasMax()) {
|
||||
readOptions.setReadaheadSize(32 * 1024); // 32KiB
|
||||
|
Loading…
Reference in New Issue
Block a user