mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Set sqlite soft_heap_limit via pragma
This commit is contained in:
@@ -94,7 +94,8 @@ public class ConfigTest {
|
||||
" },\n" +
|
||||
" \"repoStore\": null,\n" +
|
||||
" \"swapStore\": null,\n" +
|
||||
" \"swapJob\": null\n" +
|
||||
" \"swapJob\": null,\n" +
|
||||
" \"sqliteHeapLimitBytes\": 0\n" +
|
||||
"}";
|
||||
assertEquals(
|
||||
"sanitised config did not hide sensitive fields",
|
||||
|
||||
@@ -63,7 +63,8 @@ public class BridgeTest {
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null),
|
||||
null,
|
||||
0),
|
||||
lock,
|
||||
repoStore,
|
||||
dbStore,
|
||||
|
||||
Reference in New Issue
Block a user