Skip to content

Commit

Permalink
fix: copy tlsOption when copying rpcOption
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Mar 5, 2024
1 parent ca530f3 commit 7148e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingester-rpc/src/main/java/io/greptime/rpc/RpcOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ public RpcOptions copy() {
opts.blockOnLimit = this.blockOnLimit;
opts.logOnLimitChange = this.logOnLimitChange;
opts.enableMetricInterceptor = this.enableMetricInterceptor;
opts.tlsOptions = this.tlsOptions;
return opts;
}

Expand Down

0 comments on commit 7148e0a

Please sign in to comment.