Skip to content

RFC 211: Number of concurrent syncers should be configurable

Created by: ryanslade

Currently the number is hardcoded to 3.

We could use the config package to configure this but we need to investigate whether this could cause a deadlock on service startup. Config is loaded via an http endpoint on frontend however frontend communicates with repo-updater. Does this cause a circular dependency?