We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4daa041 + ef84bb0 commit 5ece6eeCopy full SHA for 5ece6ee
vercel.json
@@ -1,21 +1,27 @@
1
{
2
"functions": {
3
"api/read/ethereum.py": {
4
+ "memory": 400,
5
"maxDuration": 59
6
},
7
"api/read/base.py": {
8
9
10
11
"api/read/solana.py": {
12
13
14
15
"api/read/ton.py": {
16
+ "memory": 200,
17
18
19
"api/write/solana.py": {
- "maxDuration": 59
20
21
+ "maxDuration": 90
22
23
"api/support/update_state.py": {
24
25
"maxDuration": 120
26
}
27
@@ -45,4 +51,4 @@
45
51
"schedule": "*/20 * * * *"
46
52
47
53
]
48
-}
54
+}
0 commit comments