]> git.eshelyaron.com Git - emacs.git/commitdiff
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 ed10a3ed6cd13b8a6135bfc2feac5aff0b40916d..3607be1e86c4d21c606d2307ec6a7813931b89e3 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)
     {