Changes between Initial Version and Version 1 of Ticket #57924, comment 21
- Timestamp:
- 03/20/2023 02:48:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57924, comment 21
initial v1 63 63 sleep(2); // Could be WP_CONFIG configurable. Default could be 0, anyone complaining about crons running could set this to 1 or more. 64 64 65 // Grab the true database value after possible racing conditions.66 $doing_cron_transient = get_transient( 'doing_cron' );67 68 65 /* 69 66 * The cron lock (a unix timestamp set when the cron was spawned),