Skip to content

Commit 1c4265d

Browse files
Increase row slot chunks to 128 per row
1 parent 939a0ea commit 1c4265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-database-sqlcipher/src/main/cpp/CursorWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "log.h"
2727
#include <unordered_map>
2828

29-
#define ROW_SLOT_CHUNK_NUM_ROWS 8
29+
#define ROW_SLOT_CHUNK_NUM_ROWS 128
3030
#define INITIAL_WINDOW_SIZE (1024 * 1024)
3131
#define GROW_WINDOW_SIZE_EXTRA INITIAL_WINDOW_SIZE
3232
#define WINDOW_ALLOCATION_UNBOUNDED 0

0 commit comments

Comments
 (0)