From bf99e31e70b54fb9b09df3391a099d1694adec33 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Wed, 20 Apr 2016 09:33:56 +0200 Subject: [PATCH] higher update timeout --- lib/common/db_updater.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/db_updater.rb b/lib/common/db_updater.rb index ed8f6a9d..06cce4e3 100644 --- a/lib/common/db_updater.rb +++ b/lib/common/db_updater.rb @@ -23,7 +23,7 @@ class DbUpdater ssl_verifyhost: 2, ssl_verifypeer: true, accept_encoding: 'gzip, deflate', - timeout: 120, + timeout: 300, connecttimeout: 20 } end