💻 Code: Remove the maxDuration field from the vercel configuration file.
Browse files- vercel.json +1 -4
vercel.json
CHANGED
@@ -2,10 +2,7 @@
|
|
2 |
"builds": [
|
3 |
{
|
4 |
"src": "main.py",
|
5 |
-
"use": "@vercel/python"
|
6 |
-
"functions": {
|
7 |
-
"main.py": { "maxDuration": 60 }
|
8 |
-
}
|
9 |
}
|
10 |
],
|
11 |
"routes": [
|
|
|
2 |
"builds": [
|
3 |
{
|
4 |
"src": "main.py",
|
5 |
+
"use": "@vercel/python"
|
|
|
|
|
|
|
6 |
}
|
7 |
],
|
8 |
"routes": [
|