Skip to content

Commit

Permalink
Refactor and fix aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Sep 3, 2024
1 parent 4a580e4 commit 4de576f
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 164 deletions.
5 changes: 4 additions & 1 deletion src/domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ pub mod follows_differ;
pub use follows_differ::FollowsDiffer;

pub mod follow_change_batch;
pub use follow_change_batch::{FollowChangeBatch, MAX_FOLLOWERS_PER_MESSAGE};
pub use follow_change_batch::{FollowChangeBatch, MAX_FOLLOWERS_PER_BATCH};

pub mod followee_aggregator;
pub use followee_aggregator::FolloweeAggregator;
Loading

0 comments on commit 4de576f

Please sign in to comment.