Skip to content

Commit

Permalink
don't try to delete more than 1M broadcasts at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Apr 26, 2019
1 parent 34f090e commit d7d956c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,7 @@ WHERE
ORDER BY
created_on ASC,
id ASC
LIMIT 1000000;
`

const selectOrgRunsInRange = `
Expand Down

0 comments on commit d7d956c

Please sign in to comment.