diff options
Diffstat (limited to 'webstats/readme.org')
-rw-r--r-- | webstats/readme.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webstats/readme.org b/webstats/readme.org index a720673..9c85733 100644 --- a/webstats/readme.org +++ b/webstats/readme.org @@ -1,5 +1,10 @@ #+title: Track website visit statistics +* change SQLite database to WAL mode +This is a property of the database not the connection. +#+begin_src bash +sqlite3 test.db 'PRAGMA journal_mode=WAL;' +#+end_src * Setup lighttpd On the config file append the proxy to the running lisp server #+begin_src conf |