Fixes:
- Async Xargs hotfix by @mag37 in #132
- Defaulted subprocess to 1 with
MaxAsync=1
, increase to find a stable value in your environment. - Added
-x N
option to passMaxAsync
value at runtime. - To disable xargs
-P
flag (max processes) all together, setMaxAsync
to 0.
- Defaulted subprocess to 1 with
Full Changelog: v0.5.6.0...v0.5.6.1