Skip to content

Commit

Permalink
Closes #6914: Update the minimum version to start warm up
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraeld committed Aug 29, 2024
1 parent 30fb031 commit 9b24ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Common/PerformanceHints/WarmUp/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function send_to_saas( string $url ): void {
* @return void
*/
public function warm_up_on_update( $new_version, $old_version ) {
if ( version_compare( $old_version, '3.16', '>=' ) ) {
if ( version_compare( $old_version, '3.17', '>=' ) ) {
return;
}
$this->controller->warm_up();
Expand Down

0 comments on commit 9b24ff2

Please sign in to comment.