mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
Increase ping timeout delay to 5s
This commit is contained in:
parent
4943d79d68
commit
8a7d588bb0
@ -4011,7 +4011,7 @@ meta_set_syncing (gboolean setting)
|
||||
* How long, in milliseconds, we should wait after pinging a window
|
||||
* before deciding it's not going to get back to us.
|
||||
*/
|
||||
#define PING_TIMEOUT_DELAY 2250
|
||||
#define PING_TIMEOUT_DELAY 5000
|
||||
|
||||
/**
|
||||
* Does whatever it is we decided to do when a window didn't respond
|
||||
|
Loading…
Reference in New Issue
Block a user