forked from e621ng/e621ng
[Misc] Increase faraday open_timeout
This was previously mistyped which made it fall back to the default of 60 seconds. Apparently 5 is not enough since there are a few errors on prod for this
This commit is contained in:
parent
0996a981d0
commit
d835d55c54
@ -581,7 +581,7 @@ module Danbooru
|
||||
{
|
||||
request: {
|
||||
timeout: 10,
|
||||
open_timeout: 5,
|
||||
open_timeout: 10,
|
||||
},
|
||||
headers: http_headers,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user