mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Test synchronous/journal mode options for SQLite log writer
Also adds some small tweaks and adds the new feature to NEWS.
This commit is contained in:
parent
3ca56f7e0f
commit
d592942ccb
8 changed files with 54 additions and 16 deletions
5
NEWS
5
NEWS
|
@ -81,6 +81,11 @@ New Functionality
|
|||
of Zeek's AST after ZAM optimizations ran. This hook executes right before
|
||||
the ``zeek_init()`` event is enqueued.
|
||||
|
||||
* The SQLite logger now supports setting the value of the SQLite synchronous mode,
|
||||
as well as of the journal mode. For example, WAL mode can be enabled by setting:
|
||||
|
||||
redef LogSQLite::journal_mode=LogSQLite::SQLITE_JOURNAL_MODE_WAL;
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue