Skip to content

Commit

Permalink
reduce redraw interval to half a second
Browse files Browse the repository at this point in the history
  • Loading branch information
lugu committed Apr 24, 2020
1 parent 24dc906 commit 9f44d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
rootID = "root"

// redrawInterval is how often termdash redraws the screen.
redrawInterval = 250 * time.Millisecond
redrawInterval = 500 * time.Millisecond
)

// layoutType represents the possible UI layouts
Expand Down

0 comments on commit 9f44d6d

Please sign in to comment.