Skip to content

API change

Compare
Choose a tag to compare
@grimmerk grimmerk released this 07 May 15:32
· 81 commits to master since this release

⚠ BREAKING CHANGES

const d4c = new D4C(100);

To

const d4c = new D4C({ concurrency: 100 });