mirror of
https://github.com/mastodon/mastodon.git
synced 2025-04-06 13:55:48 +02:00
Update paperclip.rb
This commit is contained in:
parent
aa6412af20
commit
dbc728d94c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue