BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

feat!: compress on worker thread #72

Closed bobbyg603 closed 1 year ago

bobbyg603 commented 1 year ago

Fixes #54

Breaking Change: removes the ability to set threads param. This was an artifact from SendPdbs that is not relevant due to the way Node.js handles I/O.

bobbyg603 commented 1 year ago

Whoops, we probably want a thread pool...