Changeset 59039 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 09/17/2024 10:39:58 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r58975 r59039 525 525 $clear_destination = $args['clear_destination']; 526 526 527 // 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. 527 528 if ( function_exists( 'set_time_limit' ) ) { 528 529 set_time_limit( 300 );
Note: See TracChangeset
for help on using the changeset viewer.