Compare commits

...

6 Commits

Author SHA1 Message Date
Keith Williams cf7271e949 Updated API to have 1024 2023-11-15 16:02:53 -03:00
Keith Williams 333fea7dca Updated API to have 2048 2023-11-15 15:48:20 -03:00
Keith Williams a68b94fd24 Upped API memory to 3008 2023-11-15 11:16:52 -03:00
Keith Williams 8e4b516385 Increased to 3008 2023-11-14 19:17:24 -03:00
Keith Williams add0ba4b71 Increase for web app too 2023-11-14 19:06:18 -03:00
Keith Williams 233ba2b2da chore: Increase Vercel memory to set vCPU perf 2023-11-14 18:49:18 -03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"functions": {
"pages/api/slots/*.ts": {
"memory": 512
"memory": 1024
}
}
}

View File

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