Skip to content

Commit

Permalink
feat: allow puma's persistent_timeout to be set via PACT_BROKER_PUMA_…
Browse files Browse the repository at this point in the history
…PERSISTENT_TIMEOUT
  • Loading branch information
bethesque committed Jun 24, 2020
1 parent af1e7f5 commit 1e51b9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pact_broker/config/puma.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if ENV['PACT_BROKER_PUMA_PERSISTENT_TIMEOUT']
persistent_timeout ENV['PACT_BROKER_PUMA_PERSISTENT_TIMEOUT'].to_i
end

0 comments on commit 1e51b9a

Please sign in to comment.