Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61960, comment 2


Ignore:
Timestamp:
09/04/2024 06:56:04 PM (2 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61960, comment 2

    initial v1  
    55Sure, there doesn't seem to be a good reason to keep that imitation any more. As far as I see it can be removed completely (min = 1 second?) so it can be sped up when needed.
    66
    7 I'll be a bit hesitant to set the default to 5 seconds though. Heartbeat is used on all wp-admin screens to check for expiring user logins. That user case doesn't need frequent checks. Seems better to remove the limitation and speed it up when more than one user is writing/editing, but not change the default frequency.
     7I'll be a bit hesitant to set the default to 5 seconds though. Heartbeat is used on all wp-admin screens only to check for expiring user logins. This user case doesn't need very frequent checks. Seems better to remove the limitation and speed it up when more than one user is writing/editing, but not change the default frequency.