On 10/1/18 7:59 PM, Kevin Wolf wrote: > Am 01.10.2018 um 16:35 hat Eric Blake geschrieben: >> On 9/29/18 4:54 AM, Leonid Bloch wrote: >>> Fixing cache-clean-interval documentation following the recent change to >>> a default of 600 seconds on supported plarforms (only Linux currently). >>> >>> Signed-off-by: Leonid Bloch <lbl...@janustech.com> >>> --- >>> docs/qcow2-cache.txt | 19 +++++++++---------- >>> qapi/block-core.json | 3 ++- >>> qemu-options.hx | 3 ++- >>> 3 files changed, 13 insertions(+), 12 deletions(-) >>> >>> diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt >>> index 59358b816f..1778312e09 100644 >>> --- a/docs/qcow2-cache.txt >>> +++ b/docs/qcow2-cache.txt >>> @@ -202,18 +202,17 @@ Reducing the memory usage >>> It is possible to clean unused cache entries in order to reduce the >>> memory usage during periods of low I/O activity. >>> -The parameter "cache-clean-interval" defines an interval (in seconds). >>> -All cache entries that haven't been accessed during that interval are >>> -removed from memory. >>> +The parameter "cache-clean-interval" defines an interval (in seconds), >>> +affer which all the cache entries that haven't been accessed during it >> >> s/affer/after/ >> >> Maybe s/during it/during the interval/ > > Thanks, made these fixes and applied it to the block branch. > > Kevin >
Thanks Kevin, Eric!