Closed barryvdh closed 6 years ago
Right now, you're using await for each integration (and coinmarket), wouldn't it be better to run all the integrations async, and wait for all of them to finish?
await
Yes, I think so... That would speed up the process ;) Feel free to send a PR, if you'd like ;)
Right now, you're using
await
for each integration (and coinmarket), wouldn't it be better to run all the integrations async, and wait for all of them to finish?