gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16953 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r16953 - gnunet/src/datacache
Date: Mon, 19 Sep 2011 13:28:24 +0200

Author: grothoff
Date: 2011-09-19 13:28:23 +0200 (Mon, 19 Sep 2011)
New Revision: 16953

Modified:
   gnunet/src/datacache/Makefile.am
   gnunet/src/datacache/perf_datacache_data_postgres.conf
   gnunet/src/datacache/test_datacache_data_postgres.conf
Log:
fixconfig

Modified: gnunet/src/datacache/Makefile.am
===================================================================
--- gnunet/src/datacache/Makefile.am    2011-09-19 10:39:05 UTC (rev 16952)
+++ gnunet/src/datacache/Makefile.am    2011-09-19 11:28:23 UTC (rev 16953)
@@ -177,7 +177,6 @@
  $(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 \

Modified: gnunet/src/datacache/perf_datacache_data_postgres.conf
===================================================================
--- gnunet/src/datacache/perf_datacache_data_postgres.conf      2011-09-19 
10:39:05 UTC (rev 16952)
+++ gnunet/src/datacache/perf_datacache_data_postgres.conf      2011-09-19 
11:28:23 UTC (rev 16953)
@@ -0,0 +1,8 @@
+[perfcache]
+QUOTA = 500000
+DATABASE = postgres
+
+[datacache-postgres]
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+
+

Modified: gnunet/src/datacache/test_datacache_data_postgres.conf
===================================================================
--- gnunet/src/datacache/test_datacache_data_postgres.conf      2011-09-19 
10:39:05 UTC (rev 16952)
+++ gnunet/src/datacache/test_datacache_data_postgres.conf      2011-09-19 
11:28:23 UTC (rev 16953)
@@ -1 +1,8 @@
 
+[testcache]
+QUOTA = 1000000
+DATABASE = postgres
+
+[datacache-postgres]
+CONFIG = connect_timeout=10; dbname=gnunetcheck
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]