[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:
Earlopain 2024-05-06 19:14:34 +02:00
parent 0996a981d0
commit d835d55c54
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -581,7 +581,7 @@ module Danbooru
{
request: {
timeout: 10,
open_timeout: 5,
open_timeout: 10,
},
headers: http_headers,
}