gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14866 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r14866 - gnunet/src/datacache
Date: Tue, 5 Apr 2011 13:15:26 +0200

Author: grothoff
Date: 2011-04-05 13:15:26 +0200 (Tue, 05 Apr 2011)
New Revision: 14866

Modified:
   gnunet/src/datacache/plugin_datacache_sqlite.c
Log:
off

Modified: gnunet/src/datacache/plugin_datacache_sqlite.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_sqlite.c      2011-04-05 10:43:00 UTC 
(rev 14865)
+++ gnunet/src/datacache/plugin_datacache_sqlite.c      2011-04-05 11:15:26 UTC 
(rev 14866)
@@ -415,6 +415,8 @@
   GNUNET_free (fn);
 
   SQLITE3_EXEC (dbh, "PRAGMA temp_store=MEMORY");
+  SQLITE3_EXEC (dbh, "PRAGMA locking_mode=EXCLUSIVE");
+  SQLITE3_EXEC (dbh, "PRAGMA journal_mode=OFF");
   SQLITE3_EXEC (dbh, "PRAGMA synchronous=OFF");
   SQLITE3_EXEC (dbh, "PRAGMA count_changes=OFF");
   SQLITE3_EXEC (dbh, "PRAGMA page_size=4092");




reply via email to

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