Increase stack size for all secondary threads on Apple platforms

This commit is contained in:
Mikael Hermansson
2025-10-13 11:56:21 +02:00
parent 0fdb93cde6
commit b320a6569e
3 changed files with 16 additions and 32 deletions
-2
View File
@@ -57,8 +57,6 @@ public:
struct Settings {
Priority priority;
/// Override the default stack size (0 means default)
uint64_t stack_size = 0;
Settings() { priority = PRIORITY_NORMAL; }
};