Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu committed Jul 19, 2024
1 parent f4a7dc7 commit a416ebc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/internal/feed/exporter_csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ func (e *CSVExporter) FinaliseExport(feed Feed, rows interface{}) error {
return err
}

// TODO remove me
limit := 10
limit := 10000
if limit > e.MaxRowsPerFile {
limit = e.MaxRowsPerFile
}
Expand Down

0 comments on commit a416ebc

Please sign in to comment.