SQLite: Add busy_timeout pragma to default options

This commit is contained in:
Tim Wojtulewicz 2025-05-13 10:37:04 -07:00
parent e91421a8de
commit 26cc6d4e7b
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,9 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Storage::backend_opened, Storage::STORAGE_BACKEND_SQLITE, [serializer=Storage::STORAGE_SERIALIZER_JSON, sqlite=[database_path=test.sqlite, table_name=testing, tuning_params={
[synchronous] = normal,
[journal_mode] = WAL,
[temp_store] = memory,
[journal_mode] = WAL
[busy_timeout] = 5000
}]]
open result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<opaque of BackendHandleVal>]
put result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<uninitialized>]