Skip to content

Commit

Permalink
write log per 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Aug 6, 2024
1 parent 29b70de commit 4b6f9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ant.engine/service/logger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local function writelog()
if ti == nil then
break
end
sleep = 20
sleep = 10
local tsec = ti // 100
local msec = ti % 100
local level, message = ltask.unpack_remove(msg, sz)
Expand Down

0 comments on commit 4b6f9e9

Please sign in to comment.