Commit bb825a00 authored by Alex朱枝文's avatar Alex朱枝文

七鱼消息通知上报的改为5分钟

parent e0522fc0
......@@ -48,7 +48,8 @@ class YHButlerMessageReportHandler {
}()
private var nightReported = false
private let oneHourInterval: TimeInterval = 3600
// 产品定的改为5分钟
private let oneHourInterval: TimeInterval = 300 //3600
private let maxRetryCount = 3
private let retryInterval: TimeInterval = 2.0
......
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