Skip to content

Commit ac2bf8c

Browse files
Adjust sample database build size
1 parent efea99d commit ac2bf8c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.idea/workspace.xml

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/net/zetetic/tests/LargeDatabaseCursorAccessTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class LargeDatabaseCursorAccessTest extends SQLCipherTest {
2020
public boolean execute(SQLiteDatabase database) {
2121
try {
2222
int rowCount = 1000;
23-
long windowAllocationSize = 1024 * 1024;
23+
long windowAllocationSize = 1024 * 1024 / 20;
2424
buildDatabase(database, rowCount, 30, new RowColumnValueBuilder() {
2525
@Override
2626
public Object buildRowColumnValue(String[] columns, int row, int column) {

0 commit comments

Comments
 (0)