diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/eventmq.conf-dist | 5 |
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. |
| 3 | super_debug = true | 3 | super_debug = true |
| 4 | 4 | ||
| 5 | # Number of maximum sockets to open per context/process. | ||
| 6 | max_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. |
| 6 | hide_heartbeat_logs = True | 9 | hide_heartbeat_logs = True |
| 7 | 10 | ||
| @@ -37,4 +40,4 @@ concurrent_jobs=2 | |||
| 37 | 40 | ||
| 38 | [publisher] | 41 | [publisher] |
| 39 | publisher_incoming_addr=tcp://0.0.0.0:47298 | 42 | publisher_incoming_addr=tcp://0.0.0.0:47298 |
| 40 | publisher_outgoing_addr=tcp://0.0.0.0:47299 \ No newline at end of file | 43 | publisher_outgoing_addr=tcp://0.0.0.0:47299 |