debug(server.py): with 4 workers (threds). cheking reindexing
All checks were successful
Deploy on push / deploy (push) Successful in 55s

This commit is contained in:
Stepan Vladovskiy 2025-03-25 12:21:59 -03:00
parent 6e284640c0
commit 88012f1b8c

View File

@ -17,7 +17,7 @@ if __name__ == "__main__":
address="0.0.0.0", address="0.0.0.0",
port=PORT, port=PORT,
interface=Interfaces.ASGI, interface=Interfaces.ASGI,
workers=1, workers=4,
websockets=False, websockets=False,
log_level=LogLevels.debug, log_level=LogLevels.debug,
backlog=2048, backlog=2048,