[paperclip] increase http read timeout

This commit is contained in:
Fosco Marotto 2020-11-22 16:32:34 -08:00
parent 6a040c2a96
commit 9ae186eb69
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if ENV['S3_ENABLED'] == 'true'
s3_options: {
signature_version: ENV.fetch('S3_SIGNATURE_VERSION') { 'v4' },
http_open_timeout: 5,
http_read_timeout: 5,
http_read_timeout: 30,
http_idle_timeout: 5,
}
)