4threads-1worker
Some checks failed
Deploy to core / deploy (push) Failing after 8s

This commit is contained in:
2024-02-19 11:12:00 +03:00
parent e4036c8a79
commit 22466e65e2
2 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,7 @@ if __name__ == '__main__':
'main:app',
address='0.0.0.0', # noqa S104
port=8000,
workers=2,
threads=2,
threads=4,
websockets=False,
interface=Interfaces.ASGI,
)