🛂 Reduce sendMessage serverless function max memory
This commit is contained in:
@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"functions": {
|
"functions": {
|
||||||
"src/pages/api/v2/[...trpc].ts": {
|
"src/pages/api/v2/[...trpc].ts": {
|
||||||
"maxDuration": 150
|
"maxDuration": 150,
|
||||||
|
"memory": 500
|
||||||
},
|
},
|
||||||
"src/pages/api/v1/[...trpc].ts": {
|
"src/pages/api/v1/[...trpc].ts": {
|
||||||
"maxDuration": 150
|
"maxDuration": 150,
|
||||||
|
"memory": 500
|
||||||
},
|
},
|
||||||
"src/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.ts": {
|
"src/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.ts": {
|
||||||
"maxDuration": 150
|
"maxDuration": 150,
|
||||||
|
"memory": 500
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user