image.c: Fix debugging code accidentally checked in
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 16 Aug 2013 15:13:42 +0000 (17:13 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 16 Aug 2013 15:13:42 +0000 (17:13 +0200)
src/image.c

index ed10a3e..3607be1 100644 (file)
@@ -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)
     {