mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
adjust timing
This commit is contained in:
parent
8824dddc3a
commit
5cbf828588
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
|
@ -1079,7 +1079,7 @@ func (api *API) RefreshUsageCache(refresh time.Duration) {
|
|||
refreshInterval: refresh,
|
||||
}
|
||||
fmt.Println("Loop: 0")
|
||||
time.Sleep(time.Second * 2)
|
||||
time.Sleep(time.Second * 5)
|
||||
for {
|
||||
fmt.Println("Loop: 1")
|
||||
api.calculateUsage()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue