lifecycle: fix typo causing single process in docker-compose

This commit is contained in:
Jens Langhammer 2021-01-27 10:13:23 +01:00
parent b1591618ae
commit bfe8bb5e61
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ logconfig_dict = {
if Path("/var/run/secrets/kubernetes.io").exists():
workers = 2
else:
worker = cpu_count() * 2 + 1
workers = cpu_count() * 2 + 1
threads = 4
warnings.simplefilter("once")