aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/regex_profiler_test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/regex_profiler_test.conf')
-rw-r--r--src/mesh/regex_profiler_test.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mesh/regex_profiler_test.conf b/src/mesh/regex_profiler_test.conf
index 1060ccdfc..ebbc9ee2f 100644
--- a/src/mesh/regex_profiler_test.conf
+++ b/src/mesh/regex_profiler_test.conf
@@ -3,16 +3,17 @@ AUTOSTART = NO
3PORT = 12000 3PORT = 12000
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 200 6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 20
7MAX_PARALLEL_OPERATIONS = 10000 7MAX_PARALLEL_OPERATIONS = 1000
8MAX_PARALLEL_SERVICE_CONNECTIONS = 10000 8MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
9 10
10[mesh] 11[mesh]
11AUTOSTART = YES 12AUTOSTART = YES
12ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 13ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
13APP_ANNOUNCE_TIME = 30 s 14APP_ANNOUNCE_TIME = 100 s
14ID_ANNOUNCE_TIME = 30 s 15ID_ANNOUNCE_TIME = 100 s
15CONNECT_TIMEOUT = 60 s 16CONNECT_TIMEOUT = 200 s
16PORT = 12001 17PORT = 12001
17 18
18[dht] 19[dht]
@@ -20,9 +21,10 @@ AUTOSTART = YES
20ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 21ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
21PORT = 12002 22PORT = 12002
22HOSTNAME = localhost 23HOSTNAME = localhost
24DISABLE_TRY_CONNECT = YES
23 25
24[arm] 26[arm]
25DEFAULTSERVICES = core dht mesh statistics 27DEFAULTSERVICES = core mesh dht statistics
26PORT = 12003 28PORT = 12003
27DEBUG = NO 29DEBUG = NO
28 30