Skip to content

Commit

Permalink
return the object when setting connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra authored Jun 4, 2019
1 parent a804bce commit 983a243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/VaultClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class VaultConfigBuilder {

VaultConfigBuilder& connectTimeout(long timeout) {
config_.connectTimeout_ = timeout;
return *this;
}

VaultConfig& getConfig() {
Expand Down

0 comments on commit 983a243

Please sign in to comment.