[gnome-builder/wip/search] search: tweak timeouts



commit 2c625cf585adf8ee185ed7361164a1d0009cd0d8
Author: Christian Hergert <christian hergert me>
Date:   Sat Jan 17 15:20:37 2015 -0800

    search: tweak timeouts
    
    We need to look at this a bit more soon, but with the new reducer, let's
    see how long we can go with these really low timeouts.

 src/search/gb-search-box.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/search/gb-search-box.c b/src/search/gb-search-box.c
index e468daa..8617faa 100644
--- a/src/search/gb-search-box.c
+++ b/src/search/gb-search-box.c
@@ -30,8 +30,8 @@
 #include "gb-widget.h"
 #include "gb-workbench.h"
 
-#define SHORT_DELAY_TIMEOUT_MSEC 20
-#define LONG_DELAY_TIMEOUT_MSEC  250
+#define SHORT_DELAY_TIMEOUT_MSEC 30
+#define LONG_DELAY_TIMEOUT_MSEC  30
 
 struct _GbSearchBoxPrivate
 {


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