Changeset 55258 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 02/07/2023 01:26:46 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r55226 r55258 541 541 542 542 // Make sure PHP process doesn't die before loopback requests complete. 543 set_time_limit( 5 * MINUTE_IN_SECONDS ); 543 if ( function_exists( 'set_time_limit' ) ) { 544 set_time_limit( 5 * MINUTE_IN_SECONDS ); 545 } 544 546 545 547 // Time to wait for loopback requests to finish.
Note: See TracChangeset
for help on using the changeset viewer.