Skip to content

Commit

Permalink
Merge pull request #4 from developmentseed/gunicorn-timeout
Browse files Browse the repository at this point in the history
reduce gunicorn timeout to 60
  • Loading branch information
batpad authored Feb 14, 2024
2 parents fbea5d3 + d41f3f4 commit cb64333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
command:
- gunicorn
- "--timeout"
- "3600"
- "60"
- "--keep-alive"
- "60"
- "--workers"
Expand Down

0 comments on commit cb64333

Please sign in to comment.