aboutsummaryrefslogtreecommitdiffstats
path: root/_sources/settings_file.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '_sources/settings_file.rst.txt')
-rw-r--r--_sources/settings_file.rst.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/_sources/settings_file.rst.txt b/_sources/settings_file.rst.txt
index 43c922c..d09f124 100644
--- a/_sources/settings_file.rst.txt
+++ b/_sources/settings_file.rst.txt
@@ -13,6 +13,12 @@ Default: False
13 13
14Enable most verbose level of debug statements 14Enable most verbose level of debug statements
15 15
16max_sockets
17===========
18Default: 1024
19
20Define the max sockets for a process/context
21
16****** 22******
17Router 23Router
18****** 24******
@@ -30,6 +36,20 @@ Default: 'tcp://127.0.0.1:47291'
30 36
31The address used to listen for connections from workers 37The address used to listen for connections from workers
32 38
39wal
40=======
41Default: '/var/log/eventmq/wal.log'
42
43Write-ahead Log for replaying messages received by the Router. Will
44try to create the directory specified and append to the filename given.
45Requires correct permissions to write to the given file.
46
47wal_enabled
48===============
49Default: False
50
51Enable or disable the Write-ahead Log
52
33********* 53*********
34Scheduler 54Scheduler
35********* 55*********