summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cca.scfg.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cca.scfg.example b/docs/cca.scfg.example
index d787878..95f39b9 100644
--- a/docs/cca.scfg.example
+++ b/docs/cca.scfg.example
@@ -66,6 +66,10 @@ auth {
# The following block contains some tweaks for performance.
perf {
+ # How long should the send queue be? This is implemented as the
+ # buffer number for a Go channel.
+ sendq 10
+
# How many arguments' space should we initially allocate for each
# message?
msg_args_cap 4