use correct plugin name; thanks Corvus Corax
[oweals/gnunet.git] / src / testing / testing.conf
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
9 # Should we clean up the files on peer group shutdown?
10 DELETE_FILES = YES
11