Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes daphne websocket_timeout infinite.
Daphne has a default timeout of 86400 seconds, so after 1 day of starting awx_web container, the stdout stops refreshing automatically on the web UI. This fixes this issue by making the timeout infinite, so the connection between nginx and daphne's websocket never closes.
- Loading branch information