mirror of
https://github.com/taigrr/wtf
synced 2026-03-20 13:42:17 -07:00
Increased the git refresh interval
This commit is contained in:
committed by
Chris Cummer
parent
176a821079
commit
202d5ca95e
@@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user