Changeset 54113 for trunk/src/wp-includes/update.php
- Timestamp:
- 09/09/2022 08:14:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r53933 r54113 406 406 407 407 if ( $doing_cron ) { 408 $timeout = 30; 408 $timeout = 30; // 30 seconds. 409 409 } else { 410 410 // Three seconds, plus one extra second for every 10 plugins. … … 688 688 689 689 if ( $doing_cron ) { 690 $timeout = 30; 690 $timeout = 30; // 30 seconds. 691 691 } else { 692 692 // Three seconds, plus one extra second for every 10 themes.
Note: See TracChangeset
for help on using the changeset viewer.