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

Commit

Permalink
fix: Decrease concurrency (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainIRS committed Mar 9, 2022
1 parent aaf64fa commit d392919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use amiquip::{
Result,
};

const NUM_OF_THREADS: usize = 4;
const NUM_OF_THREADS: usize = 2;

pub fn consumer(
url: String,
Expand Down

0 comments on commit d392919

Please sign in to comment.