X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fping.c;h=46952f7abe7abf984008505fd461ba56d8bd4bc3;hb=f34b2571b99f40885548fc3ea7c8c5b45ba64335;hp=748c0c828e117a46e13a98c29f8630768c5e70a4;hpb=c778cf15cbc954d0f42ef9030d56c61bb494c1e0;p=chaz%2Fopenbox 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);