diff --git a/cmd/submit.go b/cmd/submit.go index 89f0713..24b30ea 100644 --- a/cmd/submit.go +++ b/cmd/submit.go @@ -124,7 +124,7 @@ func (s *submitter) shipFileRoutine(ctx context.Context, name string, sendQueue } if !catchUpped { - catchUpped = line.EndOffset > startSize + catchUpped = line.EndOffset >= startSize if catchUpped { promCatchupDone.WithLabelValues(baseName).Set(1)