[gnome-session] Increase is-accelerated runnable helper timeout



commit f6a20af48ac40bb02c763da53c793008c42a64d6
Author: Colin Walters <walters verbum org>
Date:   Mon Feb 28 10:25:15 2011 -0500

    Increase is-accelerated runnable helper timeout
    
    0.5 seconds is *way* too short; we could easily get 0.25 seconds from
    simply loading the binary off a slower disk/fragmented filesystem etc.
    
    This is likely a temporary hack; see the bug for more discussion.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641992

 gnome-session/gsm-session-fill.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-session-fill.c b/gnome-session/gsm-session-fill.c
index fd16ee3..139e9be 100644
--- a/gnome-session/gsm-session-fill.c
+++ b/gnome-session/gsm-session-fill.c
@@ -34,7 +34,8 @@
 #define GSM_KEYFILE_REQUIRED_KEY "Required"
 #define GSM_KEYFILE_DEFAULT_KEY "DefaultApps"
 
-#define GSM_RUNNABLE_HELPER_TIMEOUT 500 /* ms */
+/* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
+#define GSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
 
 /* This doesn't contain the required components, so we need to always
  * call append_required_apps() after a call to append_default_apps(). */



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