@@ -11,7 +11,7 @@ public class ScheduleManager{
@Autowired
private WordContext wordContext;
- @Scheduled(cron = "30 * * * * ?")
+ @Scheduled(cron = "0 0/10 * * * ?")
public void refreshBlackList() {
if (wordContext.isInit())
wordContext.mapInit();