Skip to content

Commit 6c49497

Browse files
committed
improve tilecache
argh forgot to turn on persistence
1 parent 4956c6d commit 6c49497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/nip4/start/_vips7compat.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ im_tile_cache_random in tile_width tile_height max_tiles
4545
$tile_width => tile_width,
4646
$tile_height => tile_height,
4747
$max_tiles => max_tiles,
48-
$access => "random"
48+
$access => "random",
49+
$persistent => true
4950
];
5051

5152
im_recomb x y = vips_call9 "recomb" [x, y] [];

0 commit comments

Comments
 (0)