单项选择题
A.Hystrix.command.default.execution.timeout.enable 默认值是true,用来配置HystrixCommond命令执行是否开启超时
B.Hystrix.command.default.circuitBreaker.forceOpen 默认值是false 是否强制打开断路器拒绝所有请求
C.hystrix.threadpool.default.coresize 默认值是10用来设置核心线程池的大小
D.Hystrix.command.default.exception.isolation.thread.interruptOnTimeout 默认值是true 用来配置HystrixCommond命令执行是否开启超时