aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-05 19:06:03 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-05 19:06:03 +0000
commita6d30e28abbbcd4cc5eb96fa55f7521284e76eda (patch)
treea909cd13968cee722f7f7b3c6c62adf3fbef3f34 /src/psycstore
parent68636e1c0276e2eec1e06c4c0e65a5e1ee079028 (diff)
downloadgnunet-a6d30e28abbbcd4cc5eb96fa55f7521284e76eda.tar.gz
gnunet-a6d30e28abbbcd4cc5eb96fa55f7521284e76eda.zip
-remve legacy option
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/plugin_psycstore_sqlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psycstore/plugin_psycstore_sqlite.c b/src/psycstore/plugin_psycstore_sqlite.c
index cb6c5c437..d282d0948 100644
--- a/src/psycstore/plugin_psycstore_sqlite.c
+++ b/src/psycstore/plugin_psycstore_sqlite.c
@@ -343,7 +343,6 @@ database_setup (struct Plugin *plugin)
343#if ! DEBUG_PSYCSTORE 343#if ! DEBUG_PSYCSTORE
344 sql_exec (plugin->dbh, "PRAGMA locking_mode=EXCLUSIVE"); 344 sql_exec (plugin->dbh, "PRAGMA locking_mode=EXCLUSIVE");
345#endif 345#endif
346 sql_exec (plugin->dbh, "PRAGMA count_changes=OFF");
347 sql_exec (plugin->dbh, "PRAGMA page_size=4096"); 346 sql_exec (plugin->dbh, "PRAGMA page_size=4096");
348 347
349 sqlite3_busy_timeout (plugin->dbh, BUSY_TIMEOUT_MS); 348 sqlite3_busy_timeout (plugin->dbh, BUSY_TIMEOUT_MS);