update docs

This commit is contained in:
huoyo 2023-04-17 14:07:09 +08:00
parent c5f5935a25
commit 86112c8205
3 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<div align="center">
<img src='https://gitee.com/huoyo/ko-time/badge/star.svg'>
<img src='https://img.shields.io/github/stars/huoyo/ko-time.svg?&label=Stars&logo=github'>
<img src='https://shields.io/badge/version-2.4.0-green.svg'>
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'>

View File

@ -10,6 +10,7 @@
<div align="center">
<img src='https://gitee.com/huoyo/ko-time/badge/star.svg'>
<img src='https://img.shields.io/github/stars/huoyo/ko-time.svg?&label=Stars&logo=github'>
<img src='https://shields.io/badge/version-2.4.0-green.svg'>
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit|Metricflow-r.svg'>

View File

@ -9,6 +9,9 @@ import java.util.Map;
/**
* zhangchang
* Note:数据的存储目前是没有考虑线程安全的实际意义上来说我们并不需要完整记录每一次调用的结果因为同一个方法来说高频调用情况下每次的耗时差距并不大
* 除此之外项目还增加了ko-time.discard-rate参数允许你去丢弃一部分数据从而提高IO
* We did not care about thread-safety of all data savers,because it is unnecessary for your actual application
*/
public interface GraphService {