Commit b921b18d by 王祖波

优化通知导购 集中下发的问题

parent 40f4437b
...@@ -25,7 +25,7 @@ public class ApolloUtils { ...@@ -25,7 +25,7 @@ public class ApolloUtils {
*/ */
public static Integer notifyBatchInterval() { public static Integer notifyBatchInterval() {
Config config = ConfigService.getAppConfig(); Config config = ConfigService.getAppConfig();
String notifyBatchInterval = config.getProperty("notifyBatchInterval", "30"); String notifyBatchInterval = config.getProperty("notifyBatchInterval", "60");
log.info("导购通知一批次间隔时间:{}", notifyBatchInterval); log.info("导购通知一批次间隔时间:{}", notifyBatchInterval);
return Integer.parseInt(notifyBatchInterval); return Integer.parseInt(notifyBatchInterval);
} }
......
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