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.
1 parent fd31945 commit e3964f3Copy full SHA for e3964f3
vercel.json
@@ -28,27 +28,27 @@
28
"crons": [
29
{
30
"path": "/api/read/ethereum",
31
- "schedule": "*/5 * * * *"
+ "schedule": "*/2 * * * *"
32
},
33
34
"path": "/api/read/base",
35
36
37
38
"path": "/api/read/solana",
39
40
41
42
"path": "/api/read/ton",
43
44
45
46
"path": "/api/write/solana",
47
"schedule": "*/15 * * * *"
48
49
50
"path": "/api/support/update_state",
51
- "schedule": "*/30 * * * *"
+ "schedule": "*/20 * * * *"
52
}
53
]
54
0 commit comments