emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql e42d939235 187/427: In SQLite, block for up to 30


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql e42d939235 187/427: In SQLite, block for up to 30 seconds on db lock.
Date: Tue, 13 Dec 2022 02:59:40 -0500 (EST)

branch: elpa/emacsql
commit e42d9392358780294bc5c4fca9ef95247da17945
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    In SQLite, block for up to 30 seconds on db lock.
    
    This should make it a lot easier to use.
---
 emacsql-sqlite.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 1274898c62..6a12f719a9 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -60,6 +60,7 @@ buffer. This is for debugging purposes."
           '(".mode list"
             ".separator ' '"
             ".nullvalue nil"
+            "PRAGMA busy_timeout = 30000;"
             ".prompt ]"
             "EMACSQL;")) ; error message flush
     (when debug



reply via email to

[Prev in Thread] Current Thread [Next in Thread]