blob: 7e25f8c138aad666e914f02ccd0a20cfc16ddbeb (
plain)
1
2
3
4
5
6
7
8
9
10
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
|