mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
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.