We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ada4cb commit a68e2c0Copy full SHA for a68e2c0
redis/src/main/java/info/xiaomo/redis/job/TaskJob.java
@@ -30,7 +30,7 @@ public TaskJob(CityService cityService) {
30
/**
31
* Job
32
*/
33
- @Scheduled(fixedDelay = 500)
+ @Scheduled(fixedDelay = 5000)
34
public void retrieveCountry() {
35
int index = new Random().nextInt(list.size());
36
String city = find(index);
0 commit comments