Skip to content

Commit

Permalink
Merge pull request #1538 from appwrite/feat-update-bandwidth
Browse files Browse the repository at this point in the history
feat: update bandwidth
  • Loading branch information
eldadfux authored Dec 3, 2024
2 parents 13bc61a + 40d2cc9 commit 0af4dea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/blog/post/announcing-appwrite-pro/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pro gives you much more room and flexibility to build, scale, and maintain your
- Unlimited projects (never paused)
- Unlimited projects (never paused)
---
- 10GB bandwidth
- 5GB bandwidth
- 300GB bandwidth
---
- 2GB storage
Expand Down
2 changes: 1 addition & 1 deletion src/routes/blog/post/appwrite-vs-cloudinary/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Cloudinary is a cloud service that focuses on managing media assets, especially
| **FEATURE** | **STORAGE** | **CLOUDINARY** |
| --- | --- | --- |
| Deployment | Self-hosted or cloud-hosted | Cloud |
| Free plan | 2GB storage, 10GB bandwidth | 25GB storage/bandwidth |
| Free plan | 2GB storage, 5GB bandwidth | 25GB storage/bandwidth |
| Paid plan | $15 per member/month for increased bandwidth, users and storage | $89 to $224 per month for increased users and credits |
| Open source | Yes ✅ | No ❌ |
| Support | Discord and email, dedicated channels for startups | Community and email, paid support options |
Expand Down
2 changes: 1 addition & 1 deletion src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
rows: [
{
title: 'Bandwidth',
free: '10GB / month',
free: '5GB / month',
pro: '300GB / month',
scale: '300GB / month',
enterprise: 'Custom'
Expand Down

0 comments on commit 0af4dea

Please sign in to comment.