lailongwei / llbc

一个简洁、高性能、跨平台、多语言支持的服务端开发框架,面向Service及Component,底层c++实现。
MIT License
335 stars 78 forks source link

【llbc】Service FPS支持从配置直接读取 #295

Open lailongwei opened 6 days ago

lailongwei commented 6 days ago

Service配置中允许开发者配置FPS参数来直接配置FPS,具体(以xml格式为例):

<Service name="XXXSvc">
    <!-- 在此设定Service FPS -->
    <FPS>60</FPS>
</Service>

FPS关键字忽略大小写,即以下的设置均应该被适配:FPSfpsFpsfPs...