chore: increase git cache TTL from 30s to 5min
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ce2ab80dc7
commit
30474536d7
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ type agentLoopDataProvider struct {
|
||||||
gitCacheAt time.Time
|
gitCacheAt time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
const gitCacheTTL = 30 * time.Second
|
const gitCacheTTL = 5 * time.Minute
|
||||||
|
|
||||||
func (p *agentLoopDataProvider) ListSkills() []skills.SkillInfo {
|
func (p *agentLoopDataProvider) ListSkills() []skills.SkillInfo {
|
||||||
return p.loop.ListSkills()
|
return p.loop.ListSkills()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue