Skip to content

Commit

Permalink
Lower duration, increase interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulelah Alfuntukh committed Mar 13, 2017
1 parent dc6b97d commit b6b7839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ var (
logger = log.New(os.Stdout, "", log.LstdFlags)

// interval in seconds for live updates, affects: "active", "info", "speed", "head", "tail"
interval time.Duration = 2
interval time.Duration = 5
// duration controls how many intervals will happen
duration = 60
duration = 10

// since telegram's markdown can't be escaped, we have to replace some chars
// affects only markdown users: info, active, head, tail
Expand Down

0 comments on commit b6b7839

Please sign in to comment.