Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57924, comment 21


Ignore:
Timestamp:
03/20/2023 02:48:25 PM (3 years ago)
Author:
j3gaming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57924, comment 21

    initial v1  
    6363sleep(2); // Could be WP_CONFIG configurable. Default could be 0, anyone complaining about crons running could set this to 1 or more.
    6464
    65 // Grab the true database value after possible racing conditions.
    66 $doing_cron_transient = get_transient( 'doing_cron' );
    67 
    6865/*
    6966 * The cron lock (a unix timestamp set when the cron was spawned),