]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Move SQLite busy timeout to be a driver option
authorNick Porter <nick@portercomputing.co.uk>
Wed, 25 Jun 2025 13:13:42 +0000 (14:13 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 26 Jun 2025 07:09:34 +0000 (08:09 +0100)
commit99d87e5c3261276ec9892e4a5e0f005497b4118b
tree60e17901a866a94c826b2ec1a9fd2b1b450af669
parentc2788f4c23ddbd8143c05f74a5bb4aadf63db047
Move SQLite busy timeout to be a driver option

This is a specific kind of timeout - how long to wait for database locks
to be released.

Due to SQLite's very basic locking, it's easy for multiple update
requests to conflict.  This provides a more graceful way to handle the
locks.
raddb/mods-config/sql/driver/sqlite
src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c