Skip to content

Commit 4522e78

Browse files
committed
don't reverse change order when handling crates.io index updates
1 parent 5a86c4a commit 4522e78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/build_queue.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ impl BuildQueue {
290290

291291
debug!("queueing changes from {last_seen_reference} to {new_reference}");
292292

293-
// I believe this will fix ordering of queue if we get more than one crate from changes
294-
changes.reverse();
295-
296293
for change in &changes {
297294
if let Some((ref krate, ..)) = change.crate_deleted() {
298295
match delete_crate(&mut conn, &self.storage, &self.config, krate)

0 commit comments

Comments
 (0)