Skip to content

Commit

Permalink
Add lazy to dubbo reference config. (sofastack#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeGnail authored and ujjboy committed Apr 27, 2018
1 parent cec587c commit eb682bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private void copyConsumer(ConsumerConfig<T> consumerConfig, ReferenceConfig<T> r
referenceConfig.setTimeout(consumerConfig.getTimeout());
referenceConfig.setUrl(consumerConfig.getDirectUrl());
referenceConfig.setCheck(consumerConfig.isCheck());
referenceConfig.setLazy(consumerConfig.isLazy());

String invokeType = consumerConfig.getInvokeType();
if (invokeType != null) {
Expand Down

0 comments on commit eb682bb

Please sign in to comment.