1 Star 0 Fork 0

Aberic/lily

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conf.yaml 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2019-10-15 10:19 . remove support completed
conf:
Port: 19877 # 开放端口,便于其它应用访问
RootDir: lily # RootDir Lily服务默认存储路径
DataDir: lily/data # DataFileName Lily服务数据默认存储目录名
LimitOpenFile: 10000 # LimitOpenFile 限制打开文件描述符次数
TLS: false # 是否开启 TLS
TLSServerKeyFile: ../examples/tls/server/server.key # lily服务私钥
TLSServerCertFile: ../examples/tls/server/server.crt # lily服务数字证书
Limit: false # 是否启用服务限流策略
LimitMillisecond: 3 # 请求限定的时间段(毫秒)
LimitCount: 3 # 请求限定的时间段内允许的请求次数
LimitIntervalMicrosecond: 150 # 请求允许的最小间隔时间(微秒),0表示不限
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/aberic/lily.git
[email protected]:aberic/lily.git
aberic
lily
lily
master

搜索帮助