Update paperclip.rb

This commit is contained in:
Shlee 2024-06-08 16:37:33 +09:30 committed by GitHub
parent aa6412af20
commit dbc728d94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ if ENV['S3_ENABLED'] == 'true'
signature_version: ENV.fetch('S3_SIGNATURE_VERSION') { 'v4' },
http_open_timeout: ENV.fetch('S3_OPEN_TIMEOUT') { '20' }.to_i,
http_read_timeout: ENV.fetch('S3_READ_TIMEOUT') { '20' }.to_i,
http_idle_timeout: 20,
http_idle_timeout: 5,
retry_limit: ENV.fetch('S3_RETRY_LIMIT') { '1' }.to_i,
}
)