diff options
Diffstat (limited to 'src/testing/testing.conf')
-rw-r--r-- | src/testing/testing.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/testing/testing.conf b/src/testing/testing.conf new file mode 100644 index 0000000..7e25f8c --- /dev/null +++ b/src/testing/testing.conf @@ -0,0 +1,11 @@ +[TESTING] +# How long before failing a connection? +CONNECT_TIMEOUT = 30 s +# How many connect attempts should we make? +CONNECT_ATTEMPTS = 3 +# How many connections can happen simultaneously? +MAX_OUTSTANDING_CONNECTIONS = 50 + +# Should we clean up the files on peer group shutdown? +DELETE_FILES = YES + |