[gthumb: 19/40] use a smaller timeout for the non-requested images



commit cee94161eeaf2ff30eb6721aa61de83c5d5ab2e9
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Sep 8 20:34:03 2010 +0200

    use a smaller timeout for the non-requested images

 gthumb/gth-image-preloader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-image-preloader.c b/gthumb/gth-image-preloader.c
index 5cfd58a..db28b81 100644
--- a/gthumb/gth-image-preloader.c
+++ b/gthumb/gth-image-preloader.c
@@ -31,7 +31,7 @@
 #undef DEBUG_PRELOADER
 #define GTH_IMAGE_PRELOADER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GTH_TYPE_IMAGE_PRELOADER, GthImagePreloaderPrivate))
 #define NEXT_LOAD_SMALL_TIMEOUT 100
-#define NEXT_LOAD_BIG_TIMEOUT 300
+#define NEXT_LOAD_BIG_TIMEOUT 200
 
 
 enum {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]