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
|
@ -195,6 +195,7 @@ message UpdateWorktree {
|
|||
repeated Entry updated_entries = 4;
|
||||
repeated uint64 removed_entries = 5;
|
||||
uint64 scan_id = 6;
|
||||
bool is_last_update = 7;
|
||||
}
|
||||
|
||||
message CreateProjectEntry {
|
||||
|
@ -772,6 +773,7 @@ message Worktree {
|
|||
repeated DiagnosticSummary diagnostic_summaries = 4;
|
||||
bool visible = 5;
|
||||
uint64 scan_id = 6;
|
||||
bool is_complete = 7;
|
||||
}
|
||||
|
||||
message File {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue