bump duration from 10 to 60
This commit is contained in:
parent
cc9300ff93
commit
9c34bac1d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user