Skip to content

Commit 0ceb999

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/logs/log_processor.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 9119e22 commit 0ceb999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ mod tests {
11641164
exporter.clone(),
11651165
))));
11661166

1167-
let concurrent_emit = 5; // number of worker threads + 1
1167+
let concurrent_emit = 4; // number of worker threads
11681168

11691169
let mut handles = vec![];
11701170
// try send `concurrent_emit` events concurrently

0 commit comments

Comments
 (0)