Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit d392919

Browse files
authored
fix: Decrease concurrency (#31)
1 parent aaf64fa commit d392919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use amiquip::{
66
Result,
77
};
88

9-
const NUM_OF_THREADS: usize = 4;
9+
const NUM_OF_THREADS: usize = 2;
1010

1111
pub fn consumer(
1212
url: String,

0 commit comments

Comments
 (0)