mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +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)]
|
||||
const MAX_QUEUE_LEN: usize = 1;
|
||||
const MAX_QUEUE_LEN: usize = 5;
|
||||
|
||||
#[cfg(not(debug_assertions))]
|
||||
const MAX_QUEUE_LEN: usize = 50;
|
||||
|
|
Loading…
Reference in a new issue