Kanboard-Prod/libs
Frédéric Guillot 5e4d506b28 Enable Sqlite WAL mode by default
WAL provides more concurrency as readers do not block writers and,
a writer does not block readers. Reading and writing can proceed concurrently.

This change might reduce the number of errors related to locked databases.

For reference: https://sqlite.org/wal.html
2023-02-10 20:02:18 -08:00
..
Captcha Fix various compatibility issues with PHP 8 2022-02-08 22:20:20 -08:00
SimpleQueue Move custom libs to the source tree 2018-04-04 15:21:13 -07:00
SimpleValidator fix: update test for DateTime parse errors to work in php8.2 2023-01-12 18:13:44 -08:00
ical Fix various compatibility issues with PHP 8 2022-02-08 22:20:20 -08:00
jsonrpc Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
minify Rebuild minified Javascript files and fix a deprecation notice 2020-10-04 10:50:28 -07:00
path-converter Remove dependency on Sass 2019-07-25 11:16:21 -07:00
phpqrcode Vendoring deprecated composer libs 2018-06-21 14:13:41 -07:00
picodb Enable Sqlite WAL mode by default 2023-02-10 20:02:18 -08:00
swiftmailer Fix various compatibility issues with PHP 8 2022-02-08 22:20:20 -08:00