作者 朱兆平

config:获取消息频率暂时降低为10秒一次20条

@@ -44,7 +44,7 @@ public class Custom_Response_Processor { @@ -44,7 +44,7 @@ public class Custom_Response_Processor {
44 * feigin从服务直接获取消息 44 * feigin从服务直接获取消息
45 */ 45 */
46 // @Async 46 // @Async
47 - @Scheduled(fixedRate = 10000) 47 + @Scheduled(fixedRate = 11000)
48 public void getDataFromFeigin(){ 48 public void getDataFromFeigin(){
49 try{ 49 try{
50 //初始化数据库 50 //初始化数据库