bump duration from 10 to 60

This commit is contained in:
pyed 2016-07-12 14:14:00 +03:00
parent cc9300ff93
commit 9c34bac1d6

View File

@ -36,10 +36,10 @@ var (
Bot *tgbotapi.BotAPI Bot *tgbotapi.BotAPI
Updates <-chan tgbotapi.Update Updates <-chan tgbotapi.Update
// interval in seconds for live updates, affects "active", "info", "speed" // interval in seconds for live updates, affects: "active", "info", "speed", "head", "tail"
interval time.Duration = 2 interval time.Duration = 2
// duration controls how many intervals will happen // duration controls how many intervals will happen
duration = 10 duration = 60
// since telegram's markdown can't be escaped, we have to replace some chars // since telegram's markdown can't be escaped, we have to replace some chars
// affects only markdown users: info, active, head, tail // affects only markdown users: info, active, head, tail