Skip to content

Commit

Permalink
Even longer request timeout to support new machines spinning up
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 27, 2024
1 parent 37130dc commit f153201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NEW_RELIC_APPLICATION_LOGGING_ENABLED = "false"
NEW_RELIC_BROWSER_MONITORING_AUTO_INSTRUMENT = "false"
NEW_RELIC_LOG = "stdout"
RACK_ENV = "production"
RACK_TIMEOUT_SERVICE_TIMEOUT = "120"
RACK_TIMEOUT_SERVICE_TIMEOUT = "300"
RAILS_ENV = "production"
RAILS_LOG_TO_STDOUT = "enabled"
RAILS_MAX_THREADS = "5"
Expand Down

0 comments on commit f153201

Please sign in to comment.