mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38: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
|
@ -107,8 +107,6 @@ OperationResult SQLite::DoOpen(OpenResultCallback* cb, RecordValPtr options) {
|
|||
erase_stmt = std::move(stmt_ptrs[3]);
|
||||
expire_stmt = std::move(stmt_ptrs[4]);
|
||||
|
||||
sqlite3_busy_timeout(db, 5000);
|
||||
|
||||
return {ReturnCode::SUCCESS};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue