Skip to content

Commit b80f32f

Browse files
committed
updated mrecordlog
1 parent afa7b76 commit b80f32f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quickwit/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ matches = "0.1.9"
8787
md5 = "0.7"
8888
mime_guess = "2.0.4"
8989
mockall = "0.11"
90-
mrecordlog = { git = "https://github.com/quickwit-oss/mrecordlog", rev="8b0e0cfacbbbfc9a544011b01380d689a6c7a3ae" }
90+
mrecordlog = { git = "https://github.com/quickwit-oss/mrecordlog", rev="a7d22c8e5508e0b059fd04e0492b668470144e2a" }
9191
new_string_template = "1.4.0"
9292
num_cpus = "1"
9393
nom = "7.1.3"

quickwit/quickwit-ingest-api/src/queue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ impl Queues {
179179
if first_key_opt.is_none() {
180180
first_key_opt = Some(pos);
181181
}
182-
num_bytes += add_doc(record, &mut doc_batch);
182+
num_bytes += add_doc(&record, &mut doc_batch);
183183
if num_bytes > size_limit {
184184
break;
185185
}

0 commit comments

Comments
 (0)