MDL-81203 tool_customlang: Bump ROUGH_NUMBER_OF_STRINGS from 32K to 33K

Periodical check, we have passed the 32K, time to bump to next
thousand, 33K. Not much else to say.
This commit is contained in:
Eloy Lafuente (stronk7)
2024-05-10 15:39:47 +02:00
parent 462d5f04a8
commit 752d07415c
+1 -1
View File
@@ -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;