summaryrefslogtreecommitdiff
path: root/doc/protocol.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol.txt')
-rw-r--r--doc/protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index eaa3b16..3e6313a 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -522,8 +522,8 @@ integers separated by a colon (treat this as a floating point number).
| | | (seconds:microseconds) |
| rusage_system | 32u.32u | Accumulated system time for this process |
| | | (seconds:microseconds) |
-| curr_items | 32u | Current number of items stored |
-| total_items | 32u | Total number of items stored since |
+| curr_items | 64u | Current number of items stored |
+| total_items | 64u | Total number of items stored since |
| | | the server started |
| bytes | 64u | Current number of bytes used |
| | | to store items |