Skip to content

Commit

Permalink
jboot v1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 8, 2017
1 parent d1ad681 commit 8c13234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/core/rpc/JbootrpcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class JbootrpcConfig {
*/
// keys 的值为 key1:method1,method2;key2:method3,method4
private boolean hystrixEnable = true;
private int hystrixTimeout = 1000 * 3;
private int hystrixTimeout = 1000 * 3; //单位:毫秒
private String hystrixKeys;
private boolean hystrixAutoConfig = true;
private String hystrixFallbackFactory = JbootrpcHystrixFallbackFactoryDefault.class.getName();
Expand Down

0 comments on commit 8c13234

Please sign in to comment.