start periodic cache recalculation at startup

This commit is contained in:
Samir Patel 2021-05-24 23:23:51 -05:00 committed by Samir Patel
parent 835c63011a
commit 52418df4ba

View file

@ -277,6 +277,8 @@ func (m *Command) Start() (err error) {
}
}
go m.API.RefreshUsageCache()
_ = testhook.Opened(pilosa.NewAuditor(), m, nil)
close(m.Started)
return nil