aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/plugin_peerstore_sqlite.c
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/peerstore/plugin_peerstore_sqlite.c
parent68636e1c0276e2eec1e06c4c0e65a5e1ee079028 (diff)
downloadgnunet-a6d30e28abbbcd4cc5eb96fa55f7521284e76eda.tar.gz
gnunet-a6d30e28abbbcd4cc5eb96fa55f7521284e76eda.zip
-remve legacy option
Diffstat (limited to 'src/peerstore/plugin_peerstore_sqlite.c')
-rw-r--r--src/peerstore/plugin_peerstore_sqlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerstore/plugin_peerstore_sqlite.c b/src/peerstore/plugin_peerstore_sqlite.c
index 588fae73c..fc644d9b7 100644
--- a/src/peerstore/plugin_peerstore_sqlite.c
+++ b/src/peerstore/plugin_peerstore_sqlite.c
@@ -464,7 +464,6 @@ database_setup (struct Plugin *plugin)
464 sql_exec (plugin->dbh, "PRAGMA legacy_file_format=OFF"); 464 sql_exec (plugin->dbh, "PRAGMA legacy_file_format=OFF");
465 sql_exec (plugin->dbh, "PRAGMA auto_vacuum=INCREMENTAL"); 465 sql_exec (plugin->dbh, "PRAGMA auto_vacuum=INCREMENTAL");
466 sql_exec (plugin->dbh, "PRAGMA encoding=\"UTF-8\""); 466 sql_exec (plugin->dbh, "PRAGMA encoding=\"UTF-8\"");
467 sql_exec (plugin->dbh, "PRAGMA count_changes=OFF");
468 sql_exec (plugin->dbh, "PRAGMA page_size=4096"); 467 sql_exec (plugin->dbh, "PRAGMA page_size=4096");
469 sqlite3_busy_timeout (plugin->dbh, BUSY_TIMEOUT_MS); 468 sqlite3_busy_timeout (plugin->dbh, BUSY_TIMEOUT_MS);
470 /* Create tables */ 469 /* Create tables */