Skip to content

Commit e3964f3

Browse files
authored
chore: adjust RPC request frequency in vercel.json
1 parent fd31945 commit e3964f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vercel.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
"crons": [
2929
{
3030
"path": "/api/read/ethereum",
31-
"schedule": "*/5 * * * *"
31+
"schedule": "*/2 * * * *"
3232
},
3333
{
3434
"path": "/api/read/base",
35-
"schedule": "*/5 * * * *"
35+
"schedule": "*/2 * * * *"
3636
},
3737
{
3838
"path": "/api/read/solana",
39-
"schedule": "*/5 * * * *"
39+
"schedule": "*/2 * * * *"
4040
},
4141
{
4242
"path": "/api/read/ton",
43-
"schedule": "*/5 * * * *"
43+
"schedule": "*/2 * * * *"
4444
},
4545
{
4646
"path": "/api/write/solana",
4747
"schedule": "*/15 * * * *"
4848
},
4949
{
5050
"path": "/api/support/update_state",
51-
"schedule": "*/30 * * * *"
51+
"schedule": "*/20 * * * *"
5252
}
5353
]
5454
}

0 commit comments

Comments
 (0)