fix: stack size

This commit is contained in:
Martin Eyben 2025-05-06 17:47:08 +02:00
parent b2391b669c
commit 9fd93710a1

View File

@ -33,7 +33,7 @@
#endif #endif
#ifndef STACK_SIZE #ifndef STACK_SIZE
#define STACK_SIZE 128 * 1024 #define STACK_SIZE 1024
#endif #endif
// Variables used to clean up everything at the end of the processus // Variables used to clean up everything at the end of the processus