From 9f44d6d8c9dc18573fcbf1d41f0cad5d25237ef9 Mon Sep 17 00:00:00 2001 From: Ludovic Guegan Date: Fri, 24 Apr 2020 23:16:12 +0200 Subject: [PATCH] reduce redraw interval to half a second --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 90aab58..9d9c585 100644 --- a/main.go +++ b/main.go @@ -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