mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-12 23:43:23 +00:00
Compare commits
7 Commits
da98ee70e9
...
b1f7df4321
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1f7df4321 | ||
![]() |
6f019e013f | ||
![]() |
70e54bbac4 | ||
![]() |
73e983ff66 | ||
![]() |
ea1bbb5b22 | ||
![]() |
dbc728d94c | ||
![]() |
aa6412af20 |
|
@ -65,10 +65,10 @@ if ENV['S3_ENABLED'] == 'true'
|
||||||
|
|
||||||
s3_options: {
|
s3_options: {
|
||||||
signature_version: ENV.fetch('S3_SIGNATURE_VERSION') { 'v4' },
|
signature_version: ENV.fetch('S3_SIGNATURE_VERSION') { 'v4' },
|
||||||
http_open_timeout: ENV.fetch('S3_OPEN_TIMEOUT') { '5' }.to_i,
|
http_open_timeout: ENV.fetch('S3_OPEN_TIMEOUT') { '15' }.to_i,
|
||||||
http_read_timeout: ENV.fetch('S3_READ_TIMEOUT') { '5' }.to_i,
|
http_read_timeout: ENV.fetch('S3_READ_TIMEOUT') { '15' }.to_i,
|
||||||
http_idle_timeout: 5,
|
http_idle_timeout: 5,
|
||||||
retry_limit: ENV.fetch('S3_RETRY_LIMIT') { '0' }.to_i,
|
retry_limit: ENV.fetch('S3_RETRY_LIMIT') { '1' }.to_i,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user