mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Increase GLOBAL_DEFAULT_TIMEOUT to 10s reduce chance of Failed to acquire global mutex
This commit is contained in:
parent
0e8946d79f
commit
b99849675c
2 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ namespace CommonHelpers
|
|||
private static bool useKernelDrivers;
|
||||
|
||||
private const String GLOBAL_MUTEX_NAME = "Global\\SteamDeckToolsCommonHelpers";
|
||||
private const int GLOBAL_DEFAULT_TIMEOUT = 5000;
|
||||
private const int GLOBAL_DEFAULT_TIMEOUT = 10000;
|
||||
|
||||
public static bool WantsRunOnStartup
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,3 +30,4 @@
|
|||
- Add `Sentry` error tracking (updated)
|
||||
- Tune `PowerControl` key repeats
|
||||
- Improve `Sentry` integration to reduce amount of data being sent
|
||||
- Increase timeout to `10s` reduce chance of `Failed to acquire global mutex`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue