mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 14:05:05 +08:00
studio: increase gp3 max size to new aws limit
This commit is contained in:
@@ -30,7 +30,7 @@ export const DISK_PRICING = {
|
||||
export const DISK_LIMITS = {
|
||||
[DiskType.GP3]: {
|
||||
minStorage: 1,
|
||||
maxStorage: 16384,
|
||||
maxStorage: 65536,
|
||||
minIops: 3000,
|
||||
maxIops: 16000,
|
||||
minThroughput: 125,
|
||||
|
||||
Reference in New Issue
Block a user