소스 검색

修改明细记录每日清理时间

neo 1 년 전
부모
커밋
9f3d499af3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nodes/global/service/itemrecordSrv.lua

+ 1 - 1
nodes/global/service/itemrecordSrv.lua

@@ -26,7 +26,7 @@ end
26 26
 
27 27
 function CMD.onStart()
28 28
 	-- 每天1点开始删除
29
-	timerDelExpire = timer.timeOfDay(5, 0, 0, l_del_expire_record)
29
+	timerDelExpire = timer.timeOfDay(1, 0, 0, l_del_expire_record)
30 30
 end
31 31
 
32 32
 function CMD.onStop()