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

Refresh the calendar every five minutes

This commit is contained in:
Chris Cummer 2018-04-03 09:10:52 -07:00 committed by Chris Cummer
parent 6a70bbe345
commit ef10ac5d0c

View File

@ -21,7 +21,7 @@ func NewWidget() *Widget {
BaseWidget: wtf.BaseWidget{ BaseWidget: wtf.BaseWidget{
Name: "Calendar", Name: "Calendar",
RefreshedAt: time.Now(), RefreshedAt: time.Now(),
RefreshInt: 180, RefreshInt: 300,
}, },
} }