Skip to content

Commit

Permalink
With changes to file info poller, reducing queue size to 5 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser authored Jan 23, 2024
1 parent b4b1200 commit 8501728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_store/src/file_info_poller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct FileInfoPollerConfig<T, S> {
lookback: LookbackBehavior,
#[builder(default = "Duration::minutes(10)")]
offset: Duration,
#[builder(default = "20")]
#[builder(default = "5")]
queue_size: usize,
#[builder(default = r#""default".to_string()"#)]
process_name: String,
Expand Down

0 comments on commit 8501728

Please sign in to comment.