Skip to content

Commit 189e90d

Browse files
authored
Merge pull request #2822 from appwrite/feat/update-realtime-pricing
Update realtime messaging pricing
2 parents 03a0dd1 + bf85375 commit 189e90d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

src/routes/pricing/compare-plans.svelte

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,24 @@
394394
},
395395
{
396396
title: 'Messages',
397-
free: '3M',
398-
pro: 'Unlimited',
399-
scale: 'Unlimited',
400-
enterprise: 'Unlimited'
397+
free: '2M',
398+
pro: '6M',
399+
scale: '6M',
400+
enterprise: 'Custom'
401+
},
402+
{
403+
title: 'Additional messages',
404+
free: '-',
405+
pro: '$2.50 per 1m',
406+
scale: '$2.50 per 1m',
407+
enterprise: 'Custom'
408+
},
409+
{
410+
title: 'Max message size',
411+
free: '256 KB',
412+
pro: '3 MB',
413+
scale: '3 MB',
414+
enterprise: 'Custom'
401415
}
402416
]
403417
},

0 commit comments

Comments
 (0)