chore: increase git cache TTL from 30s to 5min

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
dj-oyu 2026-02-22 15:56:54 +09:00
parent ce2ab80dc7
commit 30474536d7

View file

@ -316,7 +316,7 @@ type agentLoopDataProvider struct {
gitCacheAt time.Time
}
const gitCacheTTL = 30 * time.Second
const gitCacheTTL = 5 * time.Minute
func (p *agentLoopDataProvider) ListSkills() []skills.SkillInfo {
return p.loop.ListSkills()