aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-19 11:28:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-19 11:28:23 +0000
commit197e712f4f85b9cfad67f2dc020e22a6f95ad2e5 (patch)
treeac0c887d8a6ede9783c9dae4312e4d84d59cfd49 /src/datacache
parentd27ff0bb23ea1b4dcc8dad59c49d7e8540462626 (diff)
downloadgnunet-197e712f4f85b9cfad67f2dc020e22a6f95ad2e5.tar.gz
gnunet-197e712f4f85b9cfad67f2dc020e22a6f95ad2e5.zip
fixconfig
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/Makefile.am1
-rw-r--r--src/datacache/perf_datacache_data_postgres.conf8
-rw-r--r--src/datacache/test_datacache_data_postgres.conf7
3 files changed, 15 insertions, 1 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 354e64b9e..8e4f265cd 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -177,7 +177,6 @@ perf_datacache_postgres_LDADD = \
177 $(top_builddir)/src/util/libgnunetutil.la 177 $(top_builddir)/src/util/libgnunetutil.la
178 178
179EXTRA_DIST = \ 179EXTRA_DIST = \
180 test_defaults.conf \
181 test_datacache_data_sqlite.conf \ 180 test_datacache_data_sqlite.conf \
182 perf_datacache_data_sqlite.conf \ 181 perf_datacache_data_sqlite.conf \
183 test_datacache_data_mysql.conf \ 182 test_datacache_data_mysql.conf \
diff --git a/src/datacache/perf_datacache_data_postgres.conf b/src/datacache/perf_datacache_data_postgres.conf
index e69de29bb..9626933a3 100644
--- a/src/datacache/perf_datacache_data_postgres.conf
+++ b/src/datacache/perf_datacache_data_postgres.conf
@@ -0,0 +1,8 @@
1[perfcache]
2QUOTA = 500000
3DATABASE = postgres
4
5[datacache-postgres]
6CONFIG = connect_timeout=10; dbname=gnunetcheck
7
8
diff --git a/src/datacache/test_datacache_data_postgres.conf b/src/datacache/test_datacache_data_postgres.conf
index 8b1378917..5452ea817 100644
--- a/src/datacache/test_datacache_data_postgres.conf
+++ b/src/datacache/test_datacache_data_postgres.conf
@@ -1 +1,8 @@
1 1
2[testcache]
3QUOTA = 1000000
4DATABASE = postgres
5
6[datacache-postgres]
7CONFIG = connect_timeout=10; dbname=gnunetcheck
8