Skip to content

Commit 7e0c7ba

Browse files
committed
Closes #18.
1 parent 0df6070 commit 7e0c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Platform.Threading/ThreadHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class ThreadHelpers
2020
/// <para>Gets the extended maximum stack size in bytes by default.</para>
2121
/// <para>Возвращает расширенный максимальный размер стека в байтах по умолчанию.</para>
2222
/// </summary>
23-
public static readonly int DefaultExtendedMaxStackSize = 200 * 1024 * 1024;
23+
public static readonly int DefaultExtendedMaxStackSize = 256 * 1024 * 1024;
2424

2525
/// <summary>
2626
/// <para>Returns the default time interval for transferring control to other threads in milliseconds</para>

0 commit comments

Comments
 (0)