From 38c918ff27e5a90c1a17f3989a78c7fca564c47a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Apr 2018 12:19:55 +0200 Subject: support async commit --- src/namestore/namestore.conf.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/namestore/namestore.conf.in') diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in index 0ebd2586b..f19ac5643 100644 --- a/src/namestore/namestore.conf.in +++ b/src/namestore/namestore.conf.in @@ -19,8 +19,12 @@ FILENAME = $GNUNET_DATA_HOME/namestore/flat.db [namestore-postgres] +# How to connect to the database CONFIG = postgres:///gnunet +# Use temporary tables TEMPORARY_TABLE = NO +# Use asynchronous commit (SET synchronous_commit TO OFF). +ASYNC_COMMIT = NO [uri] gns = gnunet-namestore -- cgit v1.2.3