Changeset 59288
- Timestamp:
- 10/24/2024 11:58:02 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r59039 r59288 3557 3557 $return = array(); 3558 3558 3559 // Removes the script timeout limit by setting it to 0 allowing ample time for diff UI setup.3560 3559 if ( function_exists( 'set_time_limit' ) ) { 3561 set_time_limit( 0 ); 3560 // Increase the script timeout limit to allow ample time for diff UI setup. 3561 set_time_limit( 5 * MINUTE_IN_SECONDS ); 3562 3562 } 3563 3563
Note: See TracChangeset
for help on using the changeset viewer.