Searched refs:maxCacheEntrySize (Results 1 – 1 of 1) sorted by relevance
176 DrawioFileSync.prototype.maxCacheEntrySize = 1000000; method in DrawioFileSync1398 ((data.length < this.maxCacheEntrySize) ? '&data=' + encodeURIComponent(data) : '') +