Split worktree updates and only send 256 entries at a time
This commit is contained in:
parent
5df0a6a425
commit
09bb3ddeb8
5 changed files with 88 additions and 70 deletions
|
@ -4447,6 +4447,7 @@ impl Project {
|
|||
diagnostic_summaries: Default::default(),
|
||||
visible: worktree.visible,
|
||||
scan_id: 0,
|
||||
is_complete: false,
|
||||
};
|
||||
let (worktree, load_task) =
|
||||
Worktree::remote(remote_id, replica_id, worktree, client.clone(), cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue