Commit ea496c5e authored by ma's avatar ma

调整运营间隔

parent 8131806a
......@@ -17,7 +17,7 @@ public class OperateSchedu {
@Autowired
private MonitorService monitorService;
@Scheduled(cron = "0 0 0/1 * * ?")
@Scheduled(cron = "0 0/1 * * * ?")
public void scheduled() {
operateManager.createProxyClient();
int count = operateManager.getCount();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment