We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5359df6 commit 12dcebfCopy full SHA for 12dcebf
internal/component/loki/source/file/internal/tail/file.go
@@ -201,8 +201,8 @@ func (f *File) reopen(truncated bool) error {
201
f.file.Close()
202
203
backoff := backoff.New(f.ctx, backoff.Config{
204
- MinBackoff: defaultWatcherConfig.MaxPollFrequency,
205
- MaxBackoff: defaultWatcherConfig.MaxPollFrequency,
+ MinBackoff: f.cfg.WatcherConfig.MinPollFrequency,
+ MaxBackoff: f.cfg.WatcherConfig.MaxPollFrequency,
206
MaxRetries: 20,
207
})
208
0 commit comments