early-access version 1515

This commit is contained in:
pineappleEA
2021-03-11 00:17:09 +01:00
parent 2e02de8e7f
commit c10fb7efcc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
namespace Common {
constexpr std::size_t default_stack_size = 256 * 1024;
constexpr std::size_t default_stack_size = 512 * 1024;
struct Fiber::FiberImpl {
FiberImpl() : stack{default_stack_size}, rewind_stack{default_stack_size} {}