mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Fix code formatting
This commit is contained in:
parent
eb503c845e
commit
6d738dd1b2
|
@ -64,7 +64,7 @@ if ENV['S3_ENABLED'] == 'true'
|
|||
http_open_timeout: ENV.fetch('S3_OPEN_TIMEOUT'){ '5' }.to_i,
|
||||
http_read_timeout: ENV.fetch('S3_READ_TIMEOUT'){ '5' }.to_i,
|
||||
http_idle_timeout: 5,
|
||||
retry_limit: ENV.fetch('S3_RETRY_LIMIT'){ '0'}.to_i,
|
||||
retry_limit: ENV.fetch('S3_RETRY_LIMIT'){ '0' }.to_i,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user