Merge "resourceloader: Drop mw.loader.store.prune() oversized modules check"
This commit is contained in:
commit
b405e9dcac
1 changed files with 0 additions and 3 deletions
|
|
@ -2030,9 +2030,6 @@
|
|||
if ( getModuleKey( key.slice( 0, key.indexOf( '@' ) ) ) !== key ) {
|
||||
this.stats.expired++;
|
||||
delete this.items[ key ];
|
||||
} else if ( this.items[ key ].length > this.MODULE_SIZE_MAX ) {
|
||||
// This value predates the enforcement of a size limit on cached modules.
|
||||
delete this.items[ key ];
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue