Skip to content

Commit aa7d398

Browse files
committed
updated mrecordlog
1 parent afa7b76 commit aa7d398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quickwit/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
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="1c864ed9144f7dc8b8f4f7d3d080ea8a61667b27" }
9191
new_string_template = "1.4.0"
9292
num_cpus = "1"
9393
nom = "7.1.3"

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

Lines changed: 1 addition & 1 deletion
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)