- Setze HTTP(S)-Timeout auf 10

- Upstream
This commit is contained in:
Andreas Bielawski
2016-09-09 12:46:07 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ redis = (loadfile "./otouto/redis.lua")()
OAuth = require "OAuth"
helpers = require "OAuth.helpers"
http.TIMEOUT = 7
https.TIMEOUT = 7
http.TIMEOUT = 10
https.TIMEOUT = 10
-- For the sake of ease to new contributors and familiarity to old contributors,
-- we'll provide a couple of aliases to real bindings here.