Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update +page.svelte #1536

Merged
merged 4 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/routes/changelog/(entries)/2024-12-01.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: changelog
title: Changes to Free plan bandwidth limits
date: 2024-12-01
---

We have updated the Free plan's bandwidth limit from 10GB to 5GB to maintain platform sustainability and performance.

The Free plan remains tailored for projects in the development stage or hobby projects, which typically use less than 5GB of bandwidth.

Learn how to optimize your projects for costs and performance in [this article](https://appwrite.io/blog/post/how-to-optimize-your-appwrite-project).

If you have any questions, please contact us at [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<span>Unlimited projects</span>
</li>
<li><span>Never paused</span></li>
<li><span>10GB bandwidth</span></li>
<li><span>5GB bandwidth</span></li>
<li><span>2GB storage</span></li>
<li><span>750K executions</span></li>
<li><span>75K monthly active users</span></li>
Expand Down
Loading