summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-06-23 22:20:03 -0700
committerdormando <dormando@rydia.net>2016-06-23 22:21:33 -0700
commitd704f2c0b9b1d6f7a3ed12d65b6132668f45c887 (patch)
treec1493fce8947d5ef5019e988d1a2e71ffe6ab66c /doc
parent181ef834151a37587faf2ee59079af1b8cf610af (diff)
downloadmemcached-d704f2c0b9b1d6f7a3ed12d65b6132668f45c887.tar.gz
add -o watcher_logbuf_size=N worker_logbuf_size=N
the defaults should just about always be used, but this is now tunable for completeness. Also handy for writing tests. This also hopefully makes the watcher.t test not flaky anymore.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 6e6dd74..a47e6aa 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -720,6 +720,11 @@ other stats command.
| | bool | If yes, items with 0 exptime cannot evict |
| idle_time | 0 | Drop connections that are idle this many |
| | | seconds (0 disables) |
+| watcher_logbuf_size |
+| | 32u | Size of internal (not socket) write buffer |
+| | | per active watcher connected. |
+| worker_logbuf_size| 32u | Size of internal per-worker-thread buffer |
+| | | which the background thread reads from. |
|-------------------+----------+----------------------------------------------|