Reduced total timeout.
This commit is contained in:
parent
2831e81985
commit
44e379a3d0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Service::Image::Zammad
|
||||||
@@api_host = 'https://images.zammad.com'
|
@@api_host = 'https://images.zammad.com'
|
||||||
@@open_timeout = 4
|
@@open_timeout = 4
|
||||||
@@read_timeout = 6
|
@@read_timeout = 6
|
||||||
@@total_timeout = 8
|
@@total_timeout = 6
|
||||||
|
|
||||||
def self.user(email)
|
def self.user(email)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue