mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
start periodic cache recalculation at startup
This commit is contained in:
parent
835c63011a
commit
52418df4ba
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue