Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #491 from fluxcd/bugfix/increase-gc-timeframe
Browse files Browse the repository at this point in the history
Fix: slightly increase GC offset anonymous files
  • Loading branch information
hiddeco committed Jul 20, 2020
2 parents e2e28fc + 027af99 commit 0ed00cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/v3/dependency.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (h *HelmV3) DependencyUpdate(chartPath string) error {
// anonymous files from previous runs are cleared, with
// a safe guard time offset to not touch any files in
// use.
garbageCollect(repositoryCache, time.Second * 120)
garbageCollect(repositoryCache, time.Second * 300)
out := utils.NewLogWriter(h.logger)
man := &downloader.Manager{
Out: out,
Expand Down

0 comments on commit 0ed00cd

Please sign in to comment.