Skip to content

Commit

Permalink
Merge branch 'feat/fetch-pool' of https://github.com/holochain/kitsune2
Browse files Browse the repository at this point in the history
… into feat/fetch-pool
  • Loading branch information
jost-s committed Dec 10, 2024
2 parents d4a056a + 23e0801 commit fb12f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/factories/core_fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! - Exposes public method [CoreFetch::add_ops] that takes a list of op ids and an agent id.
//! - Stores pairs of ([OpId][AgentId]) in a set.
//! - A hash set` is used to look up elements by key efficiently. Ops may be added redundantly
//! - A hash set is used to look up elements by key efficiently. Ops may be added redundantly
//! to the set with different sources to fetch from, so the set is keyed by op and agent id together.
//!
//! ### Fetch tasks
Expand Down

0 comments on commit fb12f22

Please sign in to comment.