Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Updated the wiki hash
  • Loading branch information
compscidr authored Jul 27, 2023
1 parent cca7b1f commit 1850f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async fn main() -> std::io::Result<()> {
}

let index_queue = web::Data::new(IndexQueue::new());
let wikipedia_cid = Cid::try_from("QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco").unwrap();
let wikipedia_cid = Cid::try_from("Qme2sLfe9ZMdiuWsEtajWMDzx6B7VbjzpSC2VWhtB6GoB1").unwrap();
index_queue.enqueue(wikipedia_cid.to_string());

// if we don't have multiple workers, we can get the case where we run out of room in the
Expand Down

0 comments on commit 1850f62

Please sign in to comment.