[gthumb: 1/2] Increase N_VIEWAHEAD by 10x




commit 4fc6c94945babf837d267f3c31d7a20747617f8e
Author: Kendy Kutzner <kendy kutzner gmail com>
Date:   Wed Feb 9 00:32:14 2022 +0000

    Increase N_VIEWAHEAD by 10x

 gthumb/gth-file-list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index 02e21790..0d407038 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -35,7 +35,7 @@
 
 
 #define RESTART_LOADING_THUMBS_DELAY 1500
-#define N_VIEWAHEAD 50
+#define N_VIEWAHEAD 500
 #define N_CREATEAHEAD 50000
 #define MAX_THUMBNAIL_LOADERS 4
 #define NO_FILE_MSG (N_("No file"))


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