mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-22 05:11:06 -07:00
refactor: didFailLoadTimes deleted, we retry unlimited, to prevent sometimes it just don't load
This commit is contained in:
parent
ef1c1a0b3a
commit
cc55165f5a
5 changed files with 6 additions and 31 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue