From bf175e5d2785033528128909457e382cb1929165 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Nov 2022 15:38:22 +0100 Subject: modernize datastore postgres implementation --- src/namestore/namestore.conf.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/namestore') 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 [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 INIT_ON_CONNECT = YES -- cgit v1.2.3