Remove page_size pragma
This commit is contained in:
parent
d363c00347
commit
a862400f64
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ fn apply_pragmas(conn: &Connection) {
|
||||||
PRAGMA busy_timeout = 5000;
|
PRAGMA busy_timeout = 5000;
|
||||||
PRAGMA temp_store = memory;
|
PRAGMA temp_store = memory;
|
||||||
PRAGMA cache_size = -64000;
|
PRAGMA cache_size = -64000;
|
||||||
PRAGMA mmap_size = 268435456;
|
PRAGMA mmap_size = 268435456;",
|
||||||
PRAGMA page_size = 4096;",
|
|
||||||
)
|
)
|
||||||
.expect("failed to set pragmas");
|
.expect("failed to set pragmas");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue