diff options
Diffstat (limited to 'src/datacache/perf_datacache_data_postgres.conf')
-rw-r--r-- | src/datacache/perf_datacache_data_postgres.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/datacache/perf_datacache_data_postgres.conf b/src/datacache/perf_datacache_data_postgres.conf new file mode 100644 index 0000000..c92f52a --- /dev/null +++ b/src/datacache/perf_datacache_data_postgres.conf @@ -0,0 +1,8 @@ +[perfcache] +QUOTA = 500 KB +DATABASE = postgres + +[datacache-postgres] +CONFIG = connect_timeout=10; dbname=gnunetcheck + + |