planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

feat: introduce `workers` option #133

Closed moreal closed 3 years ago

moreal commented 3 years ago

When I make explorer connect to Nine Chronicles mainnet, it was too slow and it had too many timeouts. It was because the default value of Swarm's workers was too less (i.e., 5). So I introduced the new option to set the number of swarm workers manually.

PS. I didn't realize it was increased in https://github.com/planetarium/libplanet-explorer/pull/129 🙄. But this pull request has the mean to set workers manually as an option.