From 2ac4c85c73d5fe061d96b1f4dbcb808787474ffd Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 14 Jan 2020 23:38:30 +0800 Subject: improve process.waitlist again --- core/src/xmake/process/waitlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/xmake/process') diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c index 8321f5c02..be8d4b406 100644 --- a/core/src/xmake/process/waitlist.c +++ b/core/src/xmake/process/waitlist.c @@ -35,7 +35,7 @@ */ // the max waited processes count at same time -#define XM_PROCESS_WAIT_MAXN (256) +#define XM_PROCESS_WAIT_MAXN (512) /* ////////////////////////////////////////////////////////////////////////////////////// * implementation -- cgit v1.3.1