From 45aecde1ab2ee898077cbf549438a0d0ea801111 Mon Sep 17 00:00:00 2001 From: Oli I Date: Thu, 19 Dec 2024 15:09:19 -0600 Subject: [PATCH] Update fix-update-raw-post-type-count Update the changelog for the updated query limit --- .../my-jetpack/changelog/fix-update-raw-post-type-count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/my-jetpack/changelog/fix-update-raw-post-type-count b/projects/packages/my-jetpack/changelog/fix-update-raw-post-type-count index 5215f14f5b26f..78071c4b44a95 100644 --- a/projects/packages/my-jetpack/changelog/fix-update-raw-post-type-count +++ b/projects/packages/my-jetpack/changelog/fix-update-raw-post-type-count @@ -1,4 +1,4 @@ Significance: patch Type: fixed -Fix an issue where high posts counts would cause backend issues for the get_raw_post_type_breakdown function used in My Jetpack. Sites with over a million posts can now have this query managed remotely. +Fix an issue where high posts counts would cause backend issues for the get_raw_post_type_breakdown function used in My Jetpack. Sites with over 100,000 posts can now have this query managed remotely.