@resolveio/server-lib 9.7.0 → 9.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -191,7 +191,7 @@ var MongoManager = /** @class */ (function () {
191
191
  queueArr[zz].cacheId = 0;
192
192
  deleteCount += 1;
193
193
  nodeCacheSize = this._nodeCache.getStats().vsize;
194
- if (nodeCacheSize < 750000000) {
194
+ if (nodeCacheSize < 75000000) {
195
195
  break;
196
196
  }
197
197
  }