mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Use a stack size of 1 MiB under all platforms for CCoTask (default under Windows)
This commit is contained in:
parent
ab67c892bb
commit
68f4628282
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ namespace NLMISC
|
||||||
# define NL_WIN_CALLBACK
|
# define NL_WIN_CALLBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Default to 8KB stack for tasks
|
// Default to 1MiB stack for tasks
|
||||||
const unsigned int NL_TASK_STACK_SIZE = 8*1024;
|
const uint NL_TASK_STACK_SIZE = 1024*1024;
|
||||||
|
|
||||||
// forward def for platform specific data
|
// forward def for platform specific data
|
||||||
struct TCoTaskData;
|
struct TCoTaskData;
|
||||||
|
|
Loading…
Reference in a new issue