corrected default value in docs

This commit is contained in:
Arvid Norberg 2008-06-20 09:04:03 +00:00
parent 08cc03c81c
commit b13911a7ed
1 changed files with 1 additions and 1 deletions

View File

@ -3004,7 +3004,7 @@ less than what has been set by ``session::set_max_uploads()``. To query the
current number of upload slots, see ``session_status::allowed_upload_slots``.
``cache_size`` is the disk write cache. It is specified in units of 16 KiB blocks.
It defaults to 128 (= 2 MB).
It defaults to 512 (= 8 MB).
``cache_expiry`` is the number of seconds from the last cached write to a piece
in the write cache, to when it's forcefully flushed to disk. Default is 60 second.