Skip to content

Commit

Permalink
chore: changed forwarder channel cap to 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
MrunmayS committed Oct 5, 2023
1 parent 4e934e3 commit 7eef4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-ingestion/src/ingestion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct IngestionConfig {
impl Default for IngestionConfig {
fn default() -> Self {
Self {
forwarder_channel_cap: 100000,
forwarder_channel_cap: 10000,
}
}
}

0 comments on commit 7eef4f3

Please sign in to comment.