multiprocessing: taking number of workers from config
With the `hgitaly.workers` config knob it's possible to specify it. If not specified, the default value is the one computed in `hgitaly.server`, i.e. upper rounding of half the number of CPUs (as seen by Python `multiprocessing`).
Loading
Please register or sign in to comment