mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-24 19:11:44 +01:00
Update paperclip.rb
This commit is contained in:
parent
aa6412af20
commit
dbc728d94c
@ -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,
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user