aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-22 15:38:22 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-22 15:38:22 +0100
commitbf175e5d2785033528128909457e382cb1929165 (patch)
tree0c0823729e268e023c86a184b4b974c47604ea42 /src/namestore
parent5ffa64ed1a5967b363475257fe248c04a72aa28a (diff)
downloadgnunet-bf175e5d2785033528128909457e382cb1929165.tar.gz
gnunet-bf175e5d2785033528128909457e382cb1929165.zip
modernize datastore postgres implementation
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 697d07612..d817f3f95 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -27,8 +27,6 @@ FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
27[namestore-postgres] 27[namestore-postgres]
28# How to connect to the database 28# How to connect to the database
29CONFIG = postgres:///gnunet 29CONFIG = postgres:///gnunet
30# Use temporary tables
31TEMPORARY_TABLE = NO
32# Use asynchronous commit (SET synchronous_commit TO OFF). 30# Use asynchronous commit (SET synchronous_commit TO OFF).
33ASYNC_COMMIT = NO 31ASYNC_COMMIT = NO
34INIT_ON_CONNECT = YES 32INIT_ON_CONNECT = YES