- [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
|