perf: tool value type and complections body size (#1291)

This commit is contained in:
Archer
2024-04-26 10:54:39 +08:00
committed by GitHub
parent c608f86146
commit 89ab17ea2e
4 changed files with 47 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
export const config = {
api: {
sizeLimit: '10mb',
bodyParser: {
sizeLimit: '16mb'
}