Commit dec30982 authored by Dominik Charousset's avatar Dominik Charousset

Update documentation of MM INI file options

parent 80b97326
...@@ -39,14 +39,20 @@ relaxed-sleep-duration=10000 ...@@ -39,14 +39,20 @@ relaxed-sleep-duration=10000
enable-automatic-connections=false enable-automatic-connections=false
; accepted alternative: 'asio' (only when compiling CAF with ASIO) ; accepted alternative: 'asio' (only when compiling CAF with ASIO)
network-backend='default' network-backend='default'
; application identifier of this node ; application identifier of this node, prevents connection to other CAF
; instances with different identifier
app-identifier="" app-identifier=""
; maximum number of consecutive I/O reads per broker ; maximum number of consecutive I/O reads per broker
max-consecutive-reads=50 max-consecutive-reads=50
; heartbeat message interval in ms (0 disables heartbeating) ; heartbeat message interval in ms (0 disables heartbeating)
heartbeat-interval=0 heartbeat-interval=0
; configures whether the MM detaches its internal utility actors ; configures whether the MM detaches its internal utility actors, setting
middleman-detach-utility-actors=true ; this to false allows fully deterministic execution in unit tests
detach-utility-actors=true
; configures whether the MM starts a background thread for I/O activity,
; setting this to false allows fully deterministic execution in unit test and
; requires the user to trigger I/O manually
detach-multiplexer=true
; when compiling with logging enabled ; when compiling with logging enabled
[logger] [logger]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment