[wp-trac] [WordPress Trac] #61457: Delay automatic updates after installation.
WordPress Trac
noreply at wordpress.org
Tue Jun 18 14:38:12 UTC 2024
#61457: Delay automatic updates after installation.
------------------------------+----------------------
Reporter: costdev | Owner: costdev
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.6
Component: Upgrade/Install | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+----------------------
Changes (by costdev):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"58435" 58435]:
{{{
#!CommitTicketReference repository="" revision="58435"
Upgrade/Install: Delay automatic updates after installation.
After installation, the user is directed to the `Log In` page. This
triggers the `wp_schedule_update_checks()` function which is hooked to
`init` and schedules updates to run immediately if no other events exist.
As a result of more robust use of maintenance mode for automatic updates
added in [58128], the user may be presented with a maintenance mode screen
just after installing WordPress.
To improve the user experience, this schedules core updates for 1 hour,
plugin updates for 1.5 hours, and theme updates for 2 hours after
installation.
Follow-up to [58128], [58139], [58308], [58309].
Props afragen, hellofromTonya, peterwilsoncc, nithi22, dd32.
Fixes #61457. See #58281, #61391.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61457#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list