From 9c34bac1d6d148ced2c927f8d1e40fb5b038cdad Mon Sep 17 00:00:00 2001 From: pyed Date: Tue, 12 Jul 2016 14:14:00 +0300 Subject: [PATCH] bump duration from 10 to 60 --- transmission-telegram.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmission-telegram.go b/transmission-telegram.go index 08c5171..90c036c 100644 --- a/transmission-telegram.go +++ b/transmission-telegram.go @@ -36,10 +36,10 @@ var ( Bot *tgbotapi.BotAPI 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 // 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 // affects only markdown users: info, active, head, tail