Forcing normal locking on the DB, though this is the default anyway

doc_update_sequoia
Krista Bennett 5 years ago
parent b069047bd3
commit db4fc6e3d8

@ -324,6 +324,7 @@ DYNAMIC_API PEP_STATUS init(PEP_SESSION *session)
int_result = sqlite3_exec(
_session->db,
"PRAGMA locking_mode=NORMAL;\n"
"PRAGMA journal_mode=WAL;\n",
NULL,
NULL,

Loading…
Cancel
Save