Changed: Use a stack size of 1 MiB under all platforms for CCoTask (default under Windows)

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 55feca30d7
commit dd69f64225

@ -28,8 +28,8 @@ namespace NLMISC
# define NL_WIN_CALLBACK
#endif
// Default to 8KB stack for tasks
const unsigned int NL_TASK_STACK_SIZE = 8*1024;
// Default to 1MiB stack for tasks
const uint NL_TASK_STACK_SIZE = 1024*1024;
// forward def for platform specific data
struct TCoTaskData;

Loading…
Cancel
Save