yym68686 commited on
Commit
a3a7635
·
1 Parent(s): 3e31cf5

💻 Code: Remove the maxDuration field from the vercel configuration file.

Browse files
Files changed (1) hide show
  1. 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": [