Skip to content

Commit 9f7608d

Browse files
CCM-8579: Reduce limit to 6MB
1 parent 5a0dede commit 9f7608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const nextConfig = (phase) => {
2424

2525
experimental: {
2626
serverActions: {
27-
bodySizeLimit: '10mb',
27+
bodySizeLimit: '6mb',
2828
},
2929
},
3030

0 commit comments

Comments
 (0)