fixconfig
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 11:28:23 +0000 (11:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 11:28:23 +0000 (11:28 +0000)
src/datacache/Makefile.am
src/datacache/perf_datacache_data_postgres.conf
src/datacache/test_datacache_data_postgres.conf

index 354e64b9e213afe3efa6aa572783519a85220722..8e4f265cdbd76feb4e7f550de26014c28b28c9a6 100644 (file)
@@ -177,7 +177,6 @@ perf_datacache_postgres_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 EXTRA_DIST = \
- test_defaults.conf \
  test_datacache_data_sqlite.conf \
  perf_datacache_data_sqlite.conf \
  test_datacache_data_mysql.conf \
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9626933a3d03459acf1a81aa17426113cbe51089 100644 (file)
@@ -0,0 +1,8 @@
+[perfcache]
+QUOTA = 500000
+DATABASE = postgres
+
+[datacache-postgres]
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+
+
index 8b137891791fe96927ad78e64b0aad7bded08bdc..5452ea8175cdc43355ec0df6041775bbd771b79b 100644 (file)
@@ -1 +1,8 @@
 
+[testcache]
+QUOTA = 1000000
+DATABASE = postgres
+
+[datacache-postgres]
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+