This is an automated email from the ASF dual-hosted git repository.
maixiaohai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git
The following commit(s) were added to refs/heads/master by this push:
new 3d35e46 add default value of outOfTimeSeconds (#71)
3d35e46 is described below
commit 3d35e46555b8ef22c1245572c02897a29078ec63
Author: humkum <[email protected]>
AuthorDate: Sun Sep 26 20:05:31 2021 +0800
add default value of outOfTimeSeconds (#71)
Co-authored-by: hankunming <[email protected]>
---
src/main/resources/application.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/application.yml
b/src/main/resources/application.yml
index 86954a4..219bb2f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -20,7 +20,7 @@ rocketmq:
enableACL: false # if >=4.4.0
accessKey: # if >=4.4.0
secretKey: # if >=4.4.0
- outOfTimeSeconds: # Cache clear time with no update
+ outOfTimeSeconds: 60 # Cache clear time with no update
threadpool:
collect-client-metric-executor: