Home
last modified time | relevance | path

Searched refs:catchupRetryCount (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DDrawioFileSync.js201 DrawioFileSync.prototype.catchupRetryCount = 0; method in DrawioFileSync
1104 'attempt', this.catchupRetryCount,
1336 this.catchupRetryCount = 0;
1480 this.catchupRetryCount++;
1482 if (this.catchupRetryCount < this.maxCatchupRetries)
1498 this.catchupRetryCount = 0;