Workaround for fixing freeze browser for big project (#6341)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>6.19.x
parent
942254eacf
commit
d60d4da5a9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue