mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-07 01:08:26 +08:00
update docs
This commit is contained in:
parent
0e72f1dfa7
commit
051a3643e7
@ -34,8 +34,8 @@ ko-time.exception-enable=true # exception detect switch,default false. added i
|
||||
ko-time.auth-enable=true # authentication switch,default false. added in v2.0.2
|
||||
ko-time.user-name=xxxx # username added in v2.0.2
|
||||
ko-time.password=xxxx # password added in v2.0.2
|
||||
ko-time.data-reset=false # delete data switch ,default false. added in v2.2.3
|
||||
ko-time.param-analyse=true # param-analyse switch, default true. added in v2.0.8(you can see it when you dblclick on the method node)
|
||||
ko-time.saver=memory # a place to store data,options in {memory,database} default memory. added in v2.2.0-BETA
|
||||
ko-time.thread-num=2 # thread-num to to store data,default 2. this value is up to the performance of cpu and database.added in v2.2.0-BETA
|
||||
```
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ ko-time.auth-enable=true # 是否开启认证,默认为false,开启后需要
|
||||
ko-time.user-name=xxxx # 登录用户 v2.0.2开始支持
|
||||
ko-time.password=xxxx # 登录密码 v2.0.2开始支持
|
||||
ko-time.param-analyse=true # 是否开启入参组合分析 默认开启 v2.0.8开始支持 双击方法节点即可看到效果
|
||||
ko-time.saver=data-reset # 启动时是否删除过往数据 默认false v2.2.3开始支持
|
||||
ko-time.data-reset=false # 启动时是否删除过往数据 默认false v2.2.3开始支持
|
||||
ko-time.thread-num=2 # 调用信息存储线程数(为了不影响项目本身性能,链路存储异步进行),默认2,该值并非越大越好,瓶颈取决于数据库性能和服务器配置,尽可能少占用项目资源为上 v2.2.0-BETA开始支持
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user