diff options
Diffstat (limited to '')
-rw-r--r-- | docs/cca.scfg.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cca.scfg.example b/docs/cca.scfg.example index 6280162..39c0b23 100644 --- a/docs/cca.scfg.example +++ b/docs/cca.scfg.example @@ -95,4 +95,8 @@ perf { # choose the course? Setting this to true may provide a better # user experience but would have a major performance impact. propagate_immediate true + + # How long should the send queue be, for messages sequentially + # propagated through a queue, rather than usems? + senq 10 } |