Skip to content

Commit

Permalink
Fixing dumb misbehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jun 19, 2024
1 parent 22ccc12 commit cf17d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kine/drivers/generic/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ func (d *Generic) GetCompactRevision(ctx context.Context) (int64, int64, error)
time.Sleep(jitter.Deviation(nil, 0.3)(2 * time.Millisecond))
continue
}
break
}
done()
if err == sql.ErrNoRows {
Expand Down

0 comments on commit cf17d85

Please sign in to comment.