Increase debug mode queue size
This commit is contained in:
parent
8a61d5059b
commit
0df4bfacc2
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pub enum Event {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
const MAX_QUEUE_LEN: usize = 1;
|
const MAX_QUEUE_LEN: usize = 5;
|
||||||
|
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
const MAX_QUEUE_LEN: usize = 50;
|
const MAX_QUEUE_LEN: usize = 50;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue