Skip to content

Commit 81265d9

Browse files
committed
test_utils: drop PRAGMAS for test database
1 parent 90290f2 commit 81265d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/store/test_utils.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ impl TestDbBuilder {
6969
| rusqlite::OpenFlags::SQLITE_OPEN_URI,
7070
)?;
7171

72-
conn.execute_batch(
73-
"
74-
PRAGMA mmap_size=268435456;
75-
PRAGMA temp_store=2;
76-
PRAGMA query_only;
77-
",
78-
)?;
79-
8072
Ok(conn)
8173
}
8274

0 commit comments

Comments
 (0)