aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.conf
blob: 1604ebc3a0c613128881e5977bb9a15ca2148065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[TESTING]
# How long before failing a connection?
CONNECT_TIMEOUT = 30
# 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