Changeset 59291 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 10/25/2024 08:24:08 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r59257 r59291 526 526 $clear_destination = $args['clear_destination']; 527 527 528 // Give the upgrade an additional 300 seconds(5 minutes) to ensure the install doesn't prematurely timeout having used up the maximum script execution time upacking and downloading in WP_Upgrader->run. 528 /* 529 * Give the upgrade an additional 300 seconds (5 minutes) to ensure the install 530 * doesn't prematurely timeout having used up the maximum script execution time 531 * upacking and downloading in WP_Upgrader->run(). 532 */ 529 533 if ( function_exists( 'set_time_limit' ) ) { 530 534 set_time_limit( 300 );
Note: See TracChangeset
for help on using the changeset viewer.