Skip to content

Commit

Permalink
MDL-81203 tool_customlang: Bump ROUGH_NUMBER_OF_STRINGS from 32K to 33K
Browse files Browse the repository at this point in the history
Periodical check, we have passed the 32K, time to bump to next
thousand, 33K. Not much else to say.
  • Loading branch information
stronk7 committed May 10, 2024
1 parent 462d5f0 commit 752d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/customlang/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class tool_customlang_utils {
* Rough number of strings that are being processed during a full checkout.
* This is used to estimate the progress of the checkout.
*/
const ROUGH_NUMBER_OF_STRINGS = 32000;
const ROUGH_NUMBER_OF_STRINGS = 33000;

/** @var array cache of {@link self::list_components()} results */
private static $components = null;
Expand Down

0 comments on commit 752d074

Please sign in to comment.