Skip to content

Commit

Permalink
!267 修改配置
Browse files Browse the repository at this point in the history
* 合并
* 同步代码
  • Loading branch information
将来大不同 authored and xiyoo0812 committed Jan 27, 2024
1 parent e92b7ea commit 953fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/kernel/thread_mgr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local log_err = logger.err
local QueueFIFO = import("container/queue_fifo.lua")

local SECOND_30_MS = quanta.enum("PeriodTime", "SECOND_30_MS")
local SYNC_FRAME = environ.number("QUANTA_SYNCLOCK_FRAME", 100)
local SYNC_FRAME = environ.number("QUANTA_SYNCLOCK_FRAME", 50)

local ThreadMgr = singleton()
local prop = property(ThreadMgr)
Expand Down

0 comments on commit 953fbc2

Please sign in to comment.