- Setze HTTP(S)-Timeout auf 10

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

View File

@ -6,7 +6,7 @@ Der multifunktionale Telegram-Bot.
[Offizielle Webseite](https://brawlbot.tk) | [Entwickler auf Telegram](http://telegram.me/Brawl) **KEIN SUPPORT!** | [Offizieller Kanal](https://telegram.me/brawlbot_updates)
Brawlbot ist ein auf Plugins basierender Bot, der die [offizielle Telegram Bot API](http://core.telegram.org/bots/api) benutzt. Ursprünglich wurde er im Dezember 2014 auf Basis von Yagops [Telegram Bot](https://github.com/yagop/telegram-bot/) entwickelt, da aber die Entwicklung von tg-cli [zum Stillstand](https://brawlbot.tk/posts/ein-neuanfang) gekommen ist, wurden alle Plugins des bisher proprietären Brawlbots im Juni 2016 auf die Bot-API portiert und open-sourced.
**Brawlbot v2 basiert auf [otouto](https://github.com/topkecleon/otouto) von Topkecleon.**
**Brawlbot v2 basiert auf [otouto](https://github.com/topkecleon/otouto) von topkecleon.**
**HINWEIS::** Ich gebe KEINEN Support für das Aufsetzen des Bots!

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.