diff options
Diffstat (limited to 'dashboard/config.go')
-rw-r--r-- | dashboard/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config.go b/dashboard/config.go index 57d902aee..604a5f2c9 100644 --- a/dashboard/config.go +++ b/dashboard/config.go @@ -22,7 +22,7 @@ import "time" var DefaultConfig = Config{ Host: "localhost", Port: 8080, - Refresh: 3 * time.Second, + Refresh: 5 * time.Second, } // Config contains the configuration parameters of the dashboard. |