enlarge the buffered tilecache

helps vipsthumbnail under load
This commit is contained in:
John Cupitt 2014-08-21 15:14:26 +01:00
parent 694d86e5c5
commit 04692c29dd

View File

@ -941,7 +941,7 @@ vips_line_cache_build( VipsObject *object )
vips_get_tile_size( block_cache->in,
&tile_width, &tile_height, &nlines );
block_cache->max_tiles = 3 *
block_cache->max_tiles = 4 *
(1 + nlines / block_cache->tile_height);
VIPS_DEBUG_MSG( "vips_line_cache_build: nlines = %d\n",