We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 304cfdd + 94ea658 commit 3962f92Copy full SHA for 3962f92
1 file changed
tests/test_store_options.py
@@ -53,8 +53,8 @@ def test_store_with_options():
53
store = objectbox.Store(
54
model=tests.common.create_default_model(),
55
directory=tests.common.test_dir,
56
- max_db_size_in_kb=1<<30,
57
- max_data_size_in_kb=(1<<30)-(1<<20),
+ max_db_size_in_kb=1<<20,
+ max_data_size_in_kb=(1<<20)-(1<<10),
58
file_mode=int('664',8),
59
max_readers=126,
60
no_reader_thread_locals=True,
0 commit comments