Skip to content

Commit

Permalink
gh: increased label cache to 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 17, 2022
1 parent f5a9ba2 commit 89b236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/tools/gh/label.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func ActionLabels(opts RepoOpts) carapace.Action {
}
return carapace.ActionStyledValuesDescribed(vals...)
})
}).Cache(5*time.Minute, opts.cacheKey())
}).Cache(24*time.Hour, opts.cacheKey())
}

// ActionLabelFields completes label fields
Expand Down

0 comments on commit 89b236a

Please sign in to comment.