Skip to content

Commit

Permalink
Merge pull request #316 from backend-developers-ltd/fix-pings
Browse files Browse the repository at this point in the history
Set daphne ping timeout in miner to 20min
  • Loading branch information
mzukowski-reef authored Nov 12, 2024
2 parents f8b5914 + 48d30e6 commit 8cda844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/app/envs/prod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
./manage.py migrate --no-input
./manage.py collectstatic --no-input

daphne -b 0.0.0.0 -p 8000 --ping-timeout 120 compute_horde_miner.asgi:application
daphne -b 0.0.0.0 -p 8000 --ping-timeout 1200 compute_horde_miner.asgi:application

0 comments on commit 8cda844

Please sign in to comment.