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