Skip to content

Commit fdcbc1d

Browse files
laktekkevcodez
andauthored
chore: bump function size limit (supabase#30826)
Co-authored-by: Kevin Grüneberg <[email protected]>
1 parent 5f29b92 commit fdcbc1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/shared-data/pricing.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@ export const pricing: Pricing = {
428428
{
429429
title: 'Script size',
430430
plans: {
431-
free: '10 MB',
432-
pro: '10 MB',
433-
team: '10 MB',
431+
free: '20 MB',
432+
pro: '20 MB',
433+
team: '20 MB',
434434
enterprise: 'Custom',
435435
},
436436
usage_based: false,

0 commit comments

Comments
 (0)