Removed checkpoint call
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -676,7 +676,6 @@ public class MediaFileDao extends AbstractDao {
|
||||
for (int id = minId; id <= maxId; id += batchSize) {
|
||||
update("delete from media_file where id between ? and ? and not present", id, id + batchSize);
|
||||
}
|
||||
update("checkpoint");
|
||||
}
|
||||
|
||||
private static class MediaFileMapper implements RowMapper<MediaFile> {
|
||||
|
||||
Reference in New Issue
Block a user