From bf9e11827871c3917388afcc4ee5040b522a87b7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 17:28:12 -0500 Subject: [PATCH 1/1] show the kill dialog if something doesn't respond for 6 seconds instead of 3 --- openbox/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/ping.c b/openbox/ping.c index 748c0c82..46952f7a 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -38,7 +38,7 @@ static guint32 ping_next_id = 1; #define PING_TIMEOUT (G_USEC_PER_SEC * 3) /*! Warn the user after this many PING_TIMEOUT intervals */ -#define PING_TIMEOUT_WARN 1 +#define PING_TIMEOUT_WARN 2 static void ping_send(ObPingTarget *t); static void ping_end(ObClient *client, gpointer data); -- 2.44.0