We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc801f2 commit 654369cCopy full SHA for 654369c
backend-go/workers/tag_discovery.go
@@ -126,8 +126,8 @@ func (w *TagDiscoveryWorker) Run(ctx context.Context) error {
126
zap.L().Error("Failed to update tag relations", zap.Error(err))
127
}
128
129
- // Purge old relation buckets beyond 14 days
130
- if err := w.purgeOldTagRelations(14); err != nil {
+ // Purge old relation buckets beyond 2 days
+ if err := w.purgeOldTagRelations(2); err != nil {
131
zap.L().Error("Failed to purge old tag relations", zap.Error(err))
132
133
0 commit comments