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

add comment
pull/311/head
小马哥 2 years ago committed by GitHub
commit e362ca6c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,6 +174,9 @@ public class HystrixThreadPoolAdapter implements ThreadPoolAdapter, ApplicationL
return registerFlag;
}
/**
* Hystrix Thread Pool Refresh Task
*/
class HystrixThreadPoolRefreshTask implements Runnable {
private ScheduledExecutorService scheduler;

Loading…
Cancel
Save