Upped API memory to 3008

This commit is contained in:
Keith Williams 2023-11-15 11:16:52 -03:00
parent 8e4b516385
commit a68b94fd24

View File

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