On Wed 08 Aug 2018 09:10:50 AM CEST, Leonid Bloch wrote: > The default cache-clean-interval is set to 30 seconds, in order to lower > the overhead of the qcow2 caches (before the default was 0, i.e. > disabled). > > Signed-off-by: Leonid Bloch <lbl...@janustech.com>
Reviewed-by: Alberto Garcia <be...@igalia.com> > +#define DEFAULT_CACHE_CLEAN_INTERVAL 30 /* seconds */ I wonder if it shouldn't be a bit higher, though. Isn't 30 seconds too low for a default? Berto