[wp-trac] [WordPress Trac] #43103: Reduce Plugin/theme API calls during core release windows
WordPress Trac
noreply at wordpress.org
Tue Feb 6 12:46:54 UTC 2018
#43103: Reduce Plugin/theme API calls during core release windows
-----------------------------+---------------------
Reporter: dd32 | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.9.4
Component: Upgrade/Install | Version:
Severity: normal | Resolution: fixed
Keywords: fixed-major | Focuses:
-----------------------------+---------------------
Changes (by dd32):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"42654"]:
{{{
#!CommitTicketReference repository="" revision="42654"
Updates: Partially revert [42584], as this branch of code should always be
run after a core update check.
This code branch is responsible for running all autoupdates, including
plugins and themes - which should run regardless of if there's a core
autoupdate available.
This revert does not revert the `$timeout` changes, as these should still
use cached data if it's available.
Ideally this should be decoupled from the core update check to allow
background updates to operate even when the core update check is disabled
or running more often than twice daily.
Merges [42653] to the 4.9 branch.
Fixes #43103, #43235.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43103#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list