Skip to content

Commit

Permalink
s/some/some new
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Feb 17, 2021
1 parent d5fb268 commit fe4754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prom/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ func (i *Instance) newDiscoveryManager(ctx context.Context, cfg *Config) (*disco

func (i *Instance) truncateLoop(ctx context.Context, wal walStorage, cfg *Config) {
// Track the last timestamp we truncated for to prevent segments from getting
// deleted until at least some data has been sent.
// deleted until at least some new data has been sent.
var lastTs int64 = math.MinInt64

for {
Expand Down

0 comments on commit fe4754a

Please sign in to comment.