Home
last modified time | relevance | path

Searched hist:"74 c4ec254943736f39f1acd6435b4a9dfb4f5b40" (Results 1 – 1 of 1) sorted by relevance

/plugin/sqlite/
H A DSQLiteDB.php74c4ec254943736f39f1acd6435b4a9dfb4f5b40 Tue Aug 01 07:10:27 UTC 2023 Andreas Gohr <andi@splitbrain.org> Set busy timeout and use WAL mode. #80

The busy timout should tell the Sqlite driver to wait to acquire locks
instead of aborting immeadiately.

The Write-Ahead Logging mode should make parallel accesses to the
database more efficient. https://www.sqlite.org/wal.html