Skip to content

Commit a7ca2e7

Browse files
fix: increase bodySizeLimit to 3 GB for import/export jobs
1 parent f77e422 commit a7ca2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/statgpt-admin-frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const nextConfig = {
3030
},
3131
experimental: {
3232
serverActions: {
33-
bodySizeLimit: '1500mb', // 1.5GB
33+
bodySizeLimit: '3072mb', // 3 GB for import/export functions
3434
},
3535
},
3636
poweredByHeader: false,

0 commit comments

Comments
 (0)