Output more MW version info in update.php
[lhc/web/wiklou.git] / includes / DevelopmentSettings.php
index d1bbcef..d2f26b3 100644 (file)
@@ -54,5 +54,6 @@ if ( $logDir ) {
 }
 unset( $logDir );
 
-// Disable rate-limiting
+// Disable rate-limiting to allow integration tests to run unthrottled
+// in CI and for devs locally (T225796)
 $wgRateLimits = [];