Merge pull request #280 from shining-stars-lk/develop

hystrix线程池的监控优化
1.3.1
小马哥 3 years ago committed by GitHub
commit 4ef4e84040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ public class HystrixThreadPoolAdapter implements ThreadPoolAdapter, ApplicationL
@Override
public String mark() {
return "hystrix";
return "Hystrix";
}
@Override

Loading…
Cancel
Save