mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
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…
Reference in a new issue