update docs

This commit is contained in:
huoyo 2022-09-03 19:52:16 +08:00
parent 0e72f1dfa7
commit 051a3643e7
2 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ ko-time.exception-enable=true # exception detect switchdefault false. added i
ko-time.auth-enable=true # authentication switchdefault 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 dataoptions 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
```

View File

@ -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开始支持
```