yym68686 commited on
Commit
09d868f
·
1 Parent(s): e762b85

💻 Code: Increase the maximum runtime to 60 seconds when deploying with Vercel.

Browse files
Files changed (1) hide show
  1. vercel.json +6 -1
vercel.json CHANGED
@@ -10,5 +10,10 @@
10
  "src": "/(.*)",
11
  "dest": "main.py"
12
  }
13
- ]
 
 
 
 
 
14
  }
 
10
  "src": "/(.*)",
11
  "dest": "main.py"
12
  }
13
+ ],
14
+ "functions": {
15
+ "main.py": {
16
+ "maxDuration": 60
17
+ }
18
+ }
19
  }