Increased to 3008

This commit is contained in:
Keith Williams 2023-11-14 19:17:24 -03:00
parent add0ba4b71
commit 8e4b516385

View File

@ -7,10 +7,10 @@
],
"functions": {
"pages/api/trpc/public/[trpc].ts": {
"memory": 2048
"memory": 3008
},
"pages/api/trpc/slots/[trpc].ts": {
"memory": 2048
"memory": 3008
}
}
}