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 ac9545d commit 95ba35bCopy full SHA for 95ba35b
src/main/java/com/cc/etherscan/io/schedule/EtherEumSchedule.java
@@ -42,7 +42,7 @@ public class EtherEumSchedule {
42
@Value("${etherscan.intervalSeconds}")
43
private int intervalSeconds = 4;
44
45
- @Scheduled(cron="0 0/2 * * * ?")
+ @Scheduled(cron="0 0/5 * * * ?")
46
public void start() {
47
for (int i = startPage; i<= totalPage; i++) {
48
Spider.create(new EthereumContractProcessor(redisTemplate, etherContractMapper))
0 commit comments