Timothy-Liuxf / FrameRateTask

Frame rate stabilizer, a task executor which executes tasks at a stable frame rate. 帧率稳定器——以固定帧率执行任务

Home Page:https://timothy-liuxf.github.io/FrameRateTask/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow time interval greater than 1s

Timothy-Liuxf opened this issue · comments

Is your feature request related to a problem? Please describe.
The time interval can be greater than 1s. This will not bring anything bad.

Describe the solution you'd like
The timeInterval parameter can be more than 1000.

Describe alternatives you've considered
Delete the restriction: timeInterval <= 1000

Additional context
None.