bmoers / sn-cicd

CICD Server for Service-Now
GNU Lesser General Public License v3.0
44 stars 36 forks source link

speed up file process by using concurrency #56

Closed bmoers closed 4 years ago

bmoers commented 4 years ago

loading files from master on large projects can take long time. this now uses Promise.map(f, concurrency) set to 5 to speed things up