diff --git a/crates/project/src/worktree.rs b/crates/project/src/worktree.rs index 736ae83afc65dd8901d804b4c8033eaafd747f64..039ee0d838a630f17c639ea26b55a593a281c420 100644 --- a/crates/project/src/worktree.rs +++ b/crates/project/src/worktree.rs @@ -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() {