aboutsummaryrefslogtreecommitdiffstats
path: root/etc/eventmq.conf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'etc/eventmq.conf-dist')
-rw-r--r--etc/eventmq.conf-dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/eventmq.conf-dist b/etc/eventmq.conf-dist
index 9a59f2a..96dbad4 100644
--- a/etc/eventmq.conf-dist
+++ b/etc/eventmq.conf-dist
@@ -2,6 +2,9 @@
2# Enable message output at different stages in the app. 2# Enable message output at different stages in the app.
3super_debug = true 3super_debug = true
4 4
5# Number of maximum sockets to open per context/process.
6max_sockets = 1024
7
5# Hide the heartbeat logs when super_debug is enabled. Showing them will generate a lot of messages. 8# Hide the heartbeat logs when super_debug is enabled. Showing them will generate a lot of messages.
6hide_heartbeat_logs = True 9hide_heartbeat_logs = True
7 10
@@ -37,4 +40,4 @@ concurrent_jobs=2
37 40
38[publisher] 41[publisher]
39publisher_incoming_addr=tcp://0.0.0.0:47298 42publisher_incoming_addr=tcp://0.0.0.0:47298
40publisher_outgoing_addr=tcp://0.0.0.0:47299 \ No newline at end of file 43publisher_outgoing_addr=tcp://0.0.0.0:47299