diff options
| author | ruki <[email protected]> | 2020-01-14 23:38:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-14 15:51:03 +0800 |
| commit | 2ac4c85c73d5fe061d96b1f4dbcb808787474ffd (patch) | |
| tree | 270107de83c7fc6c76a2b0357d3a79067af059ff /core/src/xmake/process | |
| parent | 0666bf474275f6c0cc29b3f4a3934fbf7fafa810 (diff) | |
improve process.waitlist again
Diffstat (limited to 'core/src/xmake/process')
| -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 |
