possible fix for timeouts

This commit is contained in:
Christian Mehlmauer
2016-04-01 11:52:13 +02:00
parent b328dc4ff9
commit cd68aa719c
2 changed files with 5 additions and 3 deletions

View File

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