diff options
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/process/waitlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
