Don't eagerly populate copied subdirectory
This can race anyway with snapshot updates, so we just eagerly refresh the root entry and wait for updates to come in to populate it.
This commit is contained in:
parent
604b737d7c
commit
354488ebdf
5 changed files with 43 additions and 126 deletions
|
@ -224,8 +224,7 @@ message DeleteProjectEntry {
|
|||
|
||||
message ProjectEntryResponse {
|
||||
Entry entry = 1;
|
||||
repeated Entry child_entries = 2;
|
||||
uint64 worktree_scan_id = 3;
|
||||
uint64 worktree_scan_id = 2;
|
||||
}
|
||||
|
||||
message AddProjectCollaborator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue