mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
SQLite: Add backend option for pragma timeout
This commit is contained in:
parent
f0e7b78554
commit
78dffb1d6f
4 changed files with 30 additions and 7 deletions
|
@ -4,7 +4,7 @@ Storage::backend_opened, Storage::STORAGE_BACKEND_SQLITE, [serializer=Storage::S
|
|||
[journal_mode] = WAL,
|
||||
[temp_store] = memory,
|
||||
[busy_timeout] = 5000
|
||||
}]]
|
||||
}, pragma_timeout=500.0 msecs, pragma_wait_on_failure=5.0 msecs]]
|
||||
open result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<opaque of BackendHandleVal>]
|
||||
put result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<uninitialized>]
|
||||
get result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=value5678]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue