Merge pull request #30 from timothyjlaurent/fix/sqlite-corruption-wal-pragmas
fix: prevent SQLite B-tree corruption with WAL tuning and batched agent logs
This commit is contained in:
@@ -581,7 +581,7 @@ describe("Settings view", () => {
|
||||
await waitForFrameContains(lastFrame, "──── Remote ────");
|
||||
await focusSettingsDetailPane(stdin, lastFrame);
|
||||
stdin.write("K");
|
||||
await waitForFrameContains(lastFrame, "▀▀▀ASCII-QR▀▀▀");
|
||||
await waitForFrameContains(lastFrame, "▀▀▀ASCII-QR▀▀▀", 6000);
|
||||
unmount();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user