double telegram timeout

This commit is contained in:
Umputun
2018-11-30 11:30:55 -06:00
parent 1de7ddc65c
commit cefb5324d5
+1 -1
View File
@@ -22,7 +22,7 @@ type Telegram struct {
timeout time.Duration
}
const telegramTimeOut = 2500 * time.Millisecond
const telegramTimeOut = 5000 * time.Millisecond
const telegramAPIPrefix = "https://api.telegram.org/bot"
// NewTelegram makes telegram bot for notifications