We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8cde5 commit a43f829Copy full SHA for a43f829
objectbox-java/src/main/java/io/objectbox/BoxStoreBuilder.java
@@ -284,7 +284,6 @@ public BoxStoreBuilder fileMode(long mode) {
284
* For highly concurrent setups (e.g. you are using ObjectBox on the server side) it may make sense to increase the
285
* number.
286
*/
287
-
288
public BoxStoreBuilder maxReaders(int maxReaders) {
289
this.maxReaders = maxReaders;
290
return this;
0 commit comments