sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

Fix docs stacksize #210

Closed tontinton closed 3 years ago

tontinton commented 3 years ago

Changed 1MB to 256KB.

For reference (stack.c:41):

/* Stack size in bytes. */
static size_t dill_stack_size = 256 * 1024;
sustrik commented 3 years ago

Thanks!