Changeset 12119
- Timestamp:
- 10/13/2022 04:51:10 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
r12114 r12119 191 191 */ 192 192 public function update_polyglots_stats() { 193 // Increase the memory limit during the cron request to support the memory-heavy stats cron. 194 ini_set( 'memory_limit', '1G' ); 195 193 196 $stats = new Stats(); 194 197 $stats();
Note: See TracChangeset
for help on using the changeset viewer.