diff options
Diffstat (limited to 'maintenance/storage/resolveStubs.php')
-rw-r--r-- | maintenance/storage/resolveStubs.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/maintenance/storage/resolveStubs.php b/maintenance/storage/resolveStubs.php index 290f1649..36741cb2 100644 --- a/maintenance/storage/resolveStubs.php +++ b/maintenance/storage/resolveStubs.php @@ -22,8 +22,6 @@ * @ingroup Maintenance ExternalStorage */ -define( 'REPORTING_INTERVAL', 100 ); - if ( !defined( 'MEDIAWIKI' ) ) { $optionsWithArgs = array( 'm' ); |