Workaround for fixing freeze browser for big project (#6341)

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
6.19.x
Vitalii Parfonov 2017-09-19 13:06:23 +03:00 committed by GitHub
parent 942254eacf
commit d60d4da5a9
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ public class GitChangesHandler {
}
});
appContext.getWorkspaceRoot().synchronize();
//TODO: temporary comment this line because its freeze browser for big project details see in che#6208
//appContext.getWorkspaceRoot().synchronize();
}
public void apply(String endpointId, Status status) {