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:
Antonio Scandurra 2022-05-31 08:11:07 +02:00
parent 604b737d7c
commit 354488ebdf
5 changed files with 43 additions and 126 deletions

View file

@ -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 {