higher update timeout

This commit is contained in:
Christian Mehlmauer
2016-04-20 09:33:56 +02:00
parent 5386496bdc
commit bf99e31e70

View File

@@ -23,7 +23,7 @@ class DbUpdater
ssl_verifyhost: 2,
ssl_verifypeer: true,
accept_encoding: 'gzip, deflate',
timeout: 120,
timeout: 300,
connecttimeout: 20
}
end