Commit 5df3cafa authored by 神乐's avatar 神乐
Browse files

style(go): format account usage service

parent 1a2143c1
...@@ -93,9 +93,9 @@ type antigravityUsageCache struct { ...@@ -93,9 +93,9 @@ type antigravityUsageCache struct {
} }
const ( const (
apiCacheTTL = 3 * time.Minute apiCacheTTL = 3 * time.Minute
windowStatsCacheTTL = 1 * time.Minute windowStatsCacheTTL = 1 * time.Minute
openAIProbeCacheTTL = 10 * time.Minute openAIProbeCacheTTL = 10 * time.Minute
openAICodexProbeVersion = "0.104.0" openAICodexProbeVersion = "0.104.0"
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment