Commit b4b9b0b7 authored by Jeremy Hylton's avatar Jeremy Hylton

Add explanation of invalidation_queue_size to schema.

XXX Need to settle on a good name for this var and make sure the
schema and code agree on it.
parent 7a11f20c
......@@ -38,8 +38,10 @@
required="no"
default="100">
<description>
XXX Jeremy needs to explain this.
I think I know what it is, but Jeremy really understands it.
The storage server keeps a queue of the objects modified by the
last N transactions, where N == invalidation_queue_size. This
queue is used to speed client cache verification when a client
disconnects for a short period of time.
</description>
</key>
......
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