There was an error while loading. Please reload this page.
1 parent 9c679cf commit 55333d5Copy full SHA for 55333d5
includes/libs/rdbms/loadbalancer/LoadBalancer.php
@@ -1172,7 +1172,7 @@ public function approveMasterChanges( array $options ) {
1172
if ( $limit > 0 && $time > $limit ) {
1173
throw new DBTransactionSizeError(
1174
$conn,
1175
-"Transaction spent $time second(s) in writes, exceeding the $limit limit.",
+"Transaction spent $time second(s) in writes, exceeding the limit of $limit.",
1176
[ $time, $limit ]
1177
);
1178
}
0 commit comments