This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add S3_OPEN_TIMEOUT environment variable (
#12459
)
closed-social-v3
tateisu
5 years ago
committed by
Eugen Rochko
parent
e598ce0bd9
commit
f1ef777d40
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/initializers/paperclip.rb
+ 1
- 1
config/initializers/paperclip.rb
View File
@ -42,7 +42,7 @@ if ENV['S3_ENABLED'] == 'true'
s3_options
:
{
signature_version
:
ENV
.
fetch
(
'S3_SIGNATURE_VERSION'
)
{
'v4'
}
,
http_open_timeout
:
5
,
http_open_timeout
:
ENV
.
fetch
(
'S3_OPEN_TIMEOUT'
)
{
'5'
}
.
to_i
,
http_read_timeout
:
5
,
http_idle_timeout
:
5
,
retry_limit
:
0
,
Write
Preview
Loading…
Cancel
Save