From b13911a7ed5cf95aec0620309f727f73e43256b4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 20 Jun 2008 09:04:03 +0000 Subject: [PATCH] corrected default value in docs --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 9dab5fb53..a5e4209bb 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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.