Skip to content

Commit 4125e27

Browse files
committed
remove rate-limiting
1 parent 497d936 commit 4125e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickwit/quickwit-indexing/src/actors/indexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl IndexerState {
133133
index_builder,
134134
io_controls,
135135
)?;
136-
quickwit_common::rate_limited_info!(
136+
debug!(
137137
limit_per_min = 1,
138138
split_id=%indexed_split.split_id(),
139139
partition_id=%partition_id,

0 commit comments

Comments
 (0)