Change client timeout?

If you are running the tryton 7.0 series on docker images the timeout is caused by gunicorn and it is fixed by setting the following environment variable on your docker server:

GUNICORN_CMD_ARGS="--timeout=600"

1 Like