Skip to content

Commit

Permalink
reduce get timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tootedom committed Sep 25, 2016
1 parent e019a59 commit b2980ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ private void testHashAlgorithm(HashAlgorithm algo) {
.setProtocol(ConnectionFactoryBuilder.Protocol.TEXT)
.setWaitForMemcachedSet(true)
.setHashAlgorithm(algo)
.setMemcachedGetTimeout(Duration.ofMillis(100))
.setDelayBeforeClientClose(Duration.ofSeconds(1))
.setDnsConnectionTimeout(Duration.ofSeconds(2))
.setUseStaleCache(true)
Expand Down

0 comments on commit b2980ae

Please sign in to comment.