Browse Source

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

neo 1 year ago
parent
commit
9f3d499af3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nodes/global/service/itemrecordSrv.lua

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

@@ -26,7 +26,7 @@ end
26
 
26
 
27
 function CMD.onStart()
27
 function CMD.onStart()
28
 	-- 每天1点开始删除
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
 end
30
 end
31
 
31
 
32
 function CMD.onStop()
32
 function CMD.onStop()