diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 17:28:12 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 17:29:44 -0500 |
| commit | bf9e11827871c3917388afcc4ee5040b522a87b7 (patch) | |
| tree | 6e609fc374e960fa37aeb6127203c278be7f6433 /openbox/ping.c | |
| parent | f542c5143ac115937c5ee8f3a229e557383cd180 (diff) | |
show the kill dialog if something doesn't respond for 6 seconds instead of 3
Diffstat (limited to 'openbox/ping.c')
| -rw-r--r-- | openbox/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
