1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Increased the git refresh interval

This commit is contained in:
Chris Cummer 2018-04-02 08:45:56 -07:00 committed by Chris Cummer
parent 176a821079
commit 202d5ca95e

View File

@ -20,7 +20,7 @@ func NewWidget() *Widget {
BaseWidget: wtf.BaseWidget{ BaseWidget: wtf.BaseWidget{
Name: "Git", Name: "Git",
RefreshedAt: time.Now(), RefreshedAt: time.Now(),
RefreshInt: 10, RefreshInt: 15,
}, },
} }