From 6146bf5d2f5e1075bde6ee71e44c804fe87ab683 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 16 Aug 2013 17:13:42 +0200 Subject: [PATCH] image.c: Fix debugging code accidentally checked in --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.c b/src/image.c index ed10a3ed6cd..3607be1e86c 100644 --- a/src/image.c +++ b/src/image.c @@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache () struct animation_cache *cache = animation_cache; struct animation_cache *prev = NULL; EMACS_TIME old = sub_emacs_time (current_emacs_time (), - EMACS_TIME_FROM_DOUBLE (5)); + EMACS_TIME_FROM_DOUBLE (60)); while (cache) { -- 2.39.2