mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
adjust move_to and seek functions to make them truly reentrant + adding return_if_locked_maybe_load in some places so that we read loaded pages
This commit is contained in:
@@ -17,7 +17,6 @@ def stub_memory_test(
|
||||
vals: int = 100,
|
||||
blobs: bool = True,
|
||||
):
|
||||
raise
|
||||
# zero_blob_size = 1024 **2
|
||||
zero_blob = "0" * blob_size * 2
|
||||
# vals = 100
|
||||
|
||||
Reference in New Issue
Block a user