Skip to content

Commit

Permalink
CommonHelpers:Longer Global Mutex Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdThunder11 committed Mar 18, 2024
1 parent 874cf6f commit 21d23c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonHelpers/Instance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static class Instance
private static bool useKernelDrivers;

private const String GLOBAL_MUTEX_NAME = "Global\\SteamDeckToolsCommonHelpers";
private const int GLOBAL_DEFAULT_TIMEOUT = 10000;
private const int GLOBAL_DEFAULT_TIMEOUT = 20000;

public static bool WantsRunOnStartup
{
Expand Down

0 comments on commit 21d23c8

Please sign in to comment.