We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77e422 commit a7ca2e7Copy full SHA for a7ca2e7
apps/statgpt-admin-frontend/next.config.js
@@ -30,7 +30,7 @@ const nextConfig = {
30
},
31
experimental: {
32
serverActions: {
33
- bodySizeLimit: '1500mb', // 1.5GB
+ bodySizeLimit: '3072mb', // 3 GB for import/export functions
34
35
36
poweredByHeader: false,
0 commit comments