Skip to content

Commit 541d753

Browse files
authored
Translations: Lower the number of patterns that are processed per cron task to 50.
1 parent 43e0eed commit 541d753

File tree

1 file changed

+1
-1
lines changed
  • public_html/wp-content/plugins/pattern-translations/includes

1 file changed

+1
-1
lines changed

public_html/wp-content/plugins/pattern-translations/includes/cron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use function WordPressdotorg\Pattern_Translations\create_or_update_translated_pattern;
55
use function WordPressdotorg\Locales\get_locales;
66

7-
const CHUNK_SIZE = 200;
7+
const CHUNK_SIZE = 50;
88

99
/**
1010
* Register the cron jobs needed.

0 commit comments

Comments
 (0)