UNPKG

alinex-fs

Version:

Extension of nodes filesystem tools.

14 lines (9 loc) 244 B
(function() { var PARALLEL, posix; posix = require('posix'); PARALLEL = Math.floor(posix.getrlimit('nofile').soft / 2); module.exports = function(options) { return PARALLEL; }; }).call(this); //# sourceMappingURL=parallel.map