debug(server.py): with 4 workers (threds). cheking reindexing
All checks were successful
Deploy on push / deploy (push) Successful in 55s
All checks were successful
Deploy on push / deploy (push) Successful in 55s
This commit is contained in:
parent
6e284640c0
commit
88012f1b8c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user