update limit

This commit is contained in:
smanylov
2025-12-26 19:21:39 +07:00
parent 2c54d3e375
commit aa67d722c3
+1 -1
View File
@@ -4,7 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin';
const nextConfig: NextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '50mb',
bodySizeLimit: '10mb',
},
},
};