bigger stack

This commit is contained in:
rsc 2005-07-22 23:46:18 +00:00
parent cafe9ada03
commit 8af6c6b79a

View file

@ -42,7 +42,7 @@
enum
{
STACK = 8192,
STACK = 32768,
};
typedef struct WriteReq WriteReq;