reduce default cache size

Now 100 operations by default.
This commit is contained in:
John Cupitt 2020-06-28 09:52:58 +01:00
parent d831ad34d5
commit aba15122d5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ gboolean vips__cache_trace = FALSE;
* It was 10,000, but this was too high for batch-style applications with
* little reuse.
*/
static int vips_cache_max = 1000;
static int vips_cache_max = 100;
/* How many tracked open files we allow before we start dropping cache.
*/