You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxMessageInMemoryDuplicateCheckerSingleton.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@
12
12
* @author jiangby
13
13
* @version 1.0
14
14
* <p>
15
-
* 消息去重,记录消息ID首次出现时的时间戳,
16
-
* 15S后定时任务触发时废除该记录消息ID
15
+
* 消息去重,记录消息ID首次出现时的时间戳,
16
+
* 15S后定时任务触发时废除该记录消息ID
17
17
* </p>
18
18
* created on 2022/5/26 1:32
19
19
*/
@@ -34,7 +34,7 @@ public class WxMessageInMemoryDuplicateCheckerSingleton implements WxMessageDupl
0 commit comments