attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Use process-concurrency for Dirk accountmanager. #22

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

The Dirk accountmanager was using a local scatter/gather concurrency method to obtain wallets, however this uses the parallelism of the Vouch server rather than the Dirk server. This changes the Dirk accountmanager to use a configuration value to select the concurrency level.

This also standardizes the use of process concurrency to allow for hierarchical definition of the value.