We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dcff9 commit 1f90777Copy full SHA for 1f90777
2 files changed
pom.xml
@@ -73,7 +73,7 @@
73
<kojijiVersion>2.7</kojijiVersion>
74
<rwxVersion>2.3</rwxVersion>
75
<jhttpcVersion>1.9</jhttpcVersion>
76
- <weftVersion>1.10</weftVersion>
+ <weftVersion>1.10.1</weftVersion>
77
<httpTestserverVersion>1.4</httpTestserverVersion>
78
79
<!-- <enforceBestPractices>false</enforceBestPractices> -->
subsys/metrics/core/src/main/java/org/commonjava/indy/metrics/healthcheck/impl/HeapHealthCheck.java
@@ -36,7 +36,7 @@ public class HeapHealthCheck
36
37
private static final String CURRENT_LOAD = "current-load-pct";
38
39
- private static final float HEALTHY_LOAD_MAX = 0.9f;
+ private static final float HEALTHY_LOAD_MAX = 90f;
40
41
@Override
42
protected Result check()
0 commit comments