aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.conf')
-rw-r--r--src/testing/testing.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/testing/testing.conf b/src/testing/testing.conf
new file mode 100644
index 000000000..1604ebc3a
--- /dev/null
+++ b/src/testing/testing.conf
@@ -0,0 +1,11 @@
1[TESTING]
2# How long before failing a connection?
3CONNECT_TIMEOUT = 30
4# How many connect attempts should we make?
5CONNECT_ATTEMPTS = 3
6# How many connections can happen simultaneously?
7MAX_OUTSTANDING_CONNECTIONS = 50
8
9# Should we clean up the files on peer group shutdown?
10DELETE_FILES = YES
11