Skip to content

Commit 1e51b9a

Browse files
committed
feat: allow puma's persistent_timeout to be set via PACT_BROKER_PUMA_PERSISTENT_TIMEOUT
1 parent af1e7f5 commit 1e51b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pact_broker/config/puma.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ENV['PACT_BROKER_PUMA_PERSISTENT_TIMEOUT']
2+
persistent_timeout ENV['PACT_BROKER_PUMA_PERSISTENT_TIMEOUT'].to_i
3+
end

0 commit comments

Comments
 (0)