Skip to content

Commit

Permalink
index headers saving fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 25, 2024
1 parent 762002f commit ae590b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ await _indexHeadersCache.Save(new IndexHeaders

_logger.LogInformation("Iteration {iteration} {token}", iteration++, request.NextToken);

if (result.NextToken == null || iteration > 4) break;

request.NextToken = result.NextToken;
}

Expand Down

0 comments on commit ae590b0

Please sign in to comment.