fix input finally

This commit is contained in:
lizzie
2026-06-30 04:21:37 +00:00
parent 721e2d1614
commit 954938a1c0
4 changed files with 48 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
namespace Common {
#ifdef __OPENORBIS__
constexpr size_t DEFAULT_STACK_SIZE = 64 * 4096;
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
#else
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
#endif