testing.conf 297 B

1234567891011
  1. [TESTING]
  2. # How long before failing a connection?
  3. CONNECT_TIMEOUT = 30 s
  4. # How many connect attempts should we make?
  5. CONNECT_ATTEMPTS = 3
  6. # How many connections can happen simultaneously?
  7. MAX_OUTSTANDING_CONNECTIONS = 50
  8. # Should we clean up the files on peer group shutdown?
  9. DELETE_FILES = YES