mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
SQLite: Add busy_timeout pragma to default options
This commit is contained in:
parent
e91421a8de
commit
26cc6d4e7b
3 changed files with 3 additions and 3 deletions
|
@ -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>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue