mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 22:42:17 +03:00
Bump chunk size to 256
This commit is contained in:
parent
138a0b042d
commit
ec88288d5e
@ -966,7 +966,7 @@ impl LocalWorktree {
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
const CHUNK_SIZE: usize = 2;
|
||||
#[cfg(not(any(test, feature = "test-support")))]
|
||||
const CHUNK_SIZE: usize = 128;
|
||||
const CHUNK_SIZE: usize = 256;
|
||||
|
||||
let entry = ignored_entries.next();
|
||||
if ignored_entries_to_send.len() >= CHUNK_SIZE || entry.is_none() {
|
||||
|
Loading…
Reference in New Issue
Block a user