mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 18:51:37 +00:00
Increase client body size to 100 gb
This commit is contained in:
@@ -10,9 +10,9 @@ const nextConfig: NextConfig = {
|
|||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
serverActions: {
|
serverActions: {
|
||||||
bodySizeLimit: '100mb',
|
bodySizeLimit: '100gb',
|
||||||
},
|
},
|
||||||
middlewareClientMaxBodySize: '100mb',
|
middlewareClientMaxBodySize: '100gb',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user