mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 15:44:50 +01:00
fix: reduce mmap_size to 5 MiB (#980)
This commit is contained in:
@@ -62,7 +62,7 @@ impl DatabasePool for SqliteConnectionManager {
|
||||
pragma journal_mode = WAL;
|
||||
pragma synchronous = normal;
|
||||
pragma temp_store = memory;
|
||||
pragma mmap_size = 30000000000;
|
||||
pragma mmap_size = 5242880;
|
||||
pragma cache = shared;
|
||||
"#,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user