Browse Source

Reduced total timeout.

Martin Edenhofer 9 years ago
parent
commit
44e379a3d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/service/image/zammad.rb

+ 1 - 1
lib/service/image/zammad.rb

@@ -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)