diff --git a/src/routes/docs/advanced/platform/compute/+page.markdoc b/src/routes/docs/advanced/platform/compute/+page.markdoc index 117883c5d0..ba7d3251c9 100644 --- a/src/routes/docs/advanced/platform/compute/+page.markdoc +++ b/src/routes/docs/advanced/platform/compute/+page.markdoc @@ -4,10 +4,6 @@ title: Compute description: Learn about Appwrite Functions compute add-ons and the different CPU and memory options for function runtimes. --- -{% info title="Note" %} -Pricing changes will take effect on March 1st, 2025. Learn more on our [blog announcement](https://appwrite.io/blog/post/introducing-new-compute-capabilities-appwrite-functions) for more information. -{% /info %} - Appwrite's paid plans give you the ability to change your function's allocated CPU Cores and Memory, enabling functions and builds to perform more computionally demanding actions quicker. These options enable greater performance and flexibility, allowing developers to optimize their functions based on specific requirements. For instance, resource-intensive tasks such as real-time data processing or complex computational operations can now be executed more efficiently. Additionally, enhanced memory configurations support larger datasets and more demanding applications, broadening the scope of what can be achieved with Appwrite Functions.