Description
Following expression in DocumentMk would cause a numeric overflow if blobCacheSizeMB >= 2048
if (this.blobStore == null) { this.blobStore = new MongoBlobStore(db, blobCacheSizeMB * 1024 * 1024); }
Following expression in DocumentMk would cause a numeric overflow if blobCacheSizeMB >= 2048
if (this.blobStore == null) { this.blobStore = new MongoBlobStore(db, blobCacheSizeMB * 1024 * 1024); }