We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c50e0 + 36cc299 commit 8867a27Copy full SHA for 8867a27
src/Microsoft.VisualStudio.Threading/AsyncCrossProcessMutex.cs
@@ -54,7 +54,7 @@ public class AsyncCrossProcessMutex
54
public AsyncCrossProcessMutex(string name)
55
{
56
Requires.NotNullOrEmpty(name);
57
- this.namedMutexOwner = new Thread(this.MutexOwnerThread, 100 * 1024)
+ this.namedMutexOwner = new Thread(this.MutexOwnerThread, 256 * 1024)
58
59
Name = $"{nameof(AsyncCrossProcessMutex)}-{name}",
60
};
0 commit comments