pdns icon indicating copy to clipboard operation
pdns copied to clipboard

Consider using busy_timeout pragma on SQLite backend

Open udf2457 opened this issue 8 months ago • 0 comments

Consider using the busy_timeout pragma when interacting with the SQLite backend (or at least exposing a config option).

The reason is that SQLite replication tools such as Litestream can, by definition, encounter race conditions if an application is attempting to write at the same time.

The recommended solution is to use the busy_timeout pragma

udf2457 avatar Apr 01 '25 13:04 udf2457