Skip to content

Commit 5ece6ee

Browse files
authored
Merge pull request #14 from chainstacklabs/dev
[Promotion] Deploy dev to production (vercel.json)
2 parents 4daa041 + ef84bb0 commit 5ece6ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

vercel.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
{
22
"functions": {
33
"api/read/ethereum.py": {
4+
"memory": 400,
45
"maxDuration": 59
56
},
67
"api/read/base.py": {
8+
"memory": 400,
79
"maxDuration": 59
810
},
911
"api/read/solana.py": {
12+
"memory": 400,
1013
"maxDuration": 59
1114
},
1215
"api/read/ton.py": {
16+
"memory": 200,
1317
"maxDuration": 59
1418
},
1519
"api/write/solana.py": {
16-
"maxDuration": 59
20+
"memory": 200,
21+
"maxDuration": 90
1722
},
1823
"api/support/update_state.py": {
24+
"memory": 200,
1925
"maxDuration": 120
2026
}
2127
},
@@ -45,4 +51,4 @@
4551
"schedule": "*/20 * * * *"
4652
}
4753
]
48-
}
54+
}

0 commit comments

Comments
 (0)