Commit b9f1a8bd64 for wordpress.org
commit b9f1a8bd64b7295bc13f67e4d964ef58cbe6b576
Author: Peter Wilson <wilson@peterwilson.cc>
Date: Fri Jan 30 00:54:39 2026 +0000
Site Health: Reduce thresholds for object cache threshold tests.
Reduces the object counts required for Site Health to recommend a persistent object cache in the `Tests_Admin_wpSiteHealth::test_object_cache_thresholds()` data provider.
This is to ensure that the number of objects (terms, posts, etc) are certainly below the defaults created by the test suite during set up. The new threasholds are:
- terms count: 0
- alloptions count: 1
- alloptions bytes: 10
This follows the reduction to the options count threshold to 1 in r61438.
Props peterwilsoncc, swissspidy, wildworks.
Fixes #60831.
Built from https://develop.svn.wordpress.org/trunk@61562
git-svn-id: http://core.svn.wordpress.org/trunk@60873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index dd01b180b9..9cfafe2c16 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61557';
+$wp_version = '7.0-alpha-61562';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.