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.
1 parent 0df6070 commit 7e0c7baCopy full SHA for 7e0c7ba
csharp/Platform.Threading/ThreadHelpers.cs
@@ -20,7 +20,7 @@ public static class ThreadHelpers
20
/// <para>Gets the extended maximum stack size in bytes by default.</para>
21
/// <para>Возвращает расширенный максимальный размер стека в байтах по умолчанию.</para>
22
/// </summary>
23
- public static readonly int DefaultExtendedMaxStackSize = 200 * 1024 * 1024;
+ public static readonly int DefaultExtendedMaxStackSize = 256 * 1024 * 1024;
24
25
/// <summary>
26
/// <para>Returns the default time interval for transferring control to other threads in milliseconds</para>
0 commit comments