Skip to content

Commit

Permalink
reduce gunicorn timeout to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Feb 14, 2024
1 parent fbea5d3 commit d41f3f4
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 d41f3f4

Please sign in to comment.