refactor: didFailLoadTimes deleted, we retry unlimited, to prevent sometimes it just don't load

This commit is contained in:
林一二 2021-12-12 17:04:37 +08:00
parent ef1c1a0b3a
commit cc55165f5a
5 changed files with 6 additions and 31 deletions

View file

@ -96,10 +96,6 @@ export interface IWorkspaceMetaData {
* Error message if this workspace fails loading
*/
didFailLoadErrorMessage: string | null | undefined;
/**
* How many times did we retry failed
*/
didFailLoadTimes?: number;
/**
* indicating server or webpage is still loading
*/