mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 12:57:48 +00:00
@@ -27,7 +27,7 @@ We will begin charging for database read and write operations beyond the include
|
|||||||
|
|
||||||
- **Free Plan**: 500,000 read operations and 250,000 write operations per month.
|
- **Free Plan**: 500,000 read operations and 250,000 write operations per month.
|
||||||
- **Pro and Scale Plans**: 1,750,000 read operations and 750,000 write operations per month, with additional operations available at $0.060 per 100,000 reads and $0.10 per 100,000 writes.
|
- **Pro and Scale Plans**: 1,750,000 read operations and 750,000 write operations per month, with additional operations available at $0.060 per 100,000 reads and $0.10 per 100,000 writes.
|
||||||
- **Enterprise Plan**: Unlimited read and write operations.
|
- **Enterprise Plan**: Custom pricing.
|
||||||
|
|
||||||
This change will help support the infrastructure required to maintain high-performance database services and enable us to continue enhancing the platform.
|
This change will help support the infrastructure required to maintain high-performance database services and enable us to continue enhancing the platform.
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ However, if you are still running into issues, I’ll keep an ongoing list of ot
|
|||||||
|
|
||||||
- Disabled CORS in browser. (I’ve seen people have this issue with browser extensions)
|
- Disabled CORS in browser. (I’ve seen people have this issue with browser extensions)
|
||||||
|
|
||||||
## Aditional resources
|
## Additional resources
|
||||||
Visit our documentation, Discord server, YouTube channel, or Threads page to find more resources on this topic.
|
Visit our documentation, Discord server, YouTube channel, or Threads page to find more resources on this topic.
|
||||||
|
|
||||||
{% arrow_link href="https://appwrite.io/docs/advanced/security/abuse-protection/" %}
|
{% arrow_link href="https://appwrite.io/docs/advanced/security/abuse-protection/" %}
|
||||||
|
|||||||
@@ -4,11 +4,11 @@
|
|||||||
import { visible } from '$lib/actions/visible';
|
import { visible } from '$lib/actions/visible';
|
||||||
import { Tooltip } from '$lib/components';
|
import { Tooltip } from '$lib/components';
|
||||||
import { classNames } from '$lib/utils/classnames';
|
import { classNames } from '$lib/utils/classnames';
|
||||||
|
import { getAppwriteDashboardUrl } from '$lib/utils/dashboard';
|
||||||
import { getScrollDir } from '$lib/utils/getScrollDir';
|
import { getScrollDir } from '$lib/utils/getScrollDir';
|
||||||
import { createAccordion, melt } from '@melt-ui/svelte';
|
import { createAccordion, melt } from '@melt-ui/svelte';
|
||||||
import { writable } from 'svelte/store';
|
import { writable } from 'svelte/store';
|
||||||
import { fly } from 'svelte/transition';
|
import { fly } from 'svelte/transition';
|
||||||
import { getAppwriteDashboardUrl } from '$lib/utils/dashboard';
|
|
||||||
|
|
||||||
type Table = {
|
type Table = {
|
||||||
title: string;
|
title: string;
|
||||||
@@ -188,28 +188,28 @@
|
|||||||
free: '500K',
|
free: '500K',
|
||||||
pro: '1750K',
|
pro: '1750K',
|
||||||
scale: '1750K',
|
scale: '1750K',
|
||||||
enterprise: 'Unlimited'
|
enterprise: 'Custom'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Writes',
|
title: 'Writes',
|
||||||
free: '250K',
|
free: '250K',
|
||||||
pro: '750K',
|
pro: '750K',
|
||||||
scale: '750K',
|
scale: '750K',
|
||||||
enterprise: 'Unlimited'
|
enterprise: 'Custom'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Aditional reads',
|
title: 'Additional reads',
|
||||||
free: '-',
|
free: '-',
|
||||||
pro: '$0.060 per 100k reads',
|
pro: '$0.060 per 100k reads',
|
||||||
scale: '$0.060 per 100k reads',
|
scale: '$0.060 per 100k reads',
|
||||||
enterprise: 'Unlimited'
|
enterprise: 'Custom'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Aditional writes',
|
title: 'Additional writes',
|
||||||
free: '-',
|
free: '-',
|
||||||
pro: '$0.10 per 100k writes',
|
pro: '$0.10 per 100k writes',
|
||||||
scale: '$0.10 per 100k writes',
|
scale: '$0.10 per 100k writes',
|
||||||
enterprise: 'Unlimited'
|
enterprise: 'Custom'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Backups',
|
title: 'Backups',
|
||||||
|
|||||||
Reference in New Issue
Block a user