DATAREDIS-704 - Polishing.
Align Javadoc to actual code behavior mentioning the appropriate default shutdown duration.
This commit is contained in:
@@ -112,7 +112,7 @@ public interface LettuceClientConfiguration {
|
||||
* <dt>Connect Timeout</dt>
|
||||
* <dd>60 Seconds</dd>
|
||||
* <dt>Shutdown Timeout</dt>
|
||||
* <dd>2 Seconds</dd>
|
||||
* <dd>100 Milliseconds</dd>
|
||||
* </dl>
|
||||
*
|
||||
* @return a {@link LettuceClientConfiguration} with defaults.
|
||||
|
||||
@@ -64,7 +64,7 @@ public interface LettucePoolingClientConfiguration extends LettuceClientConfigur
|
||||
* <dt>Connect Timeout</dt>
|
||||
* <dd>60 Seconds</dd>
|
||||
* <dt>Shutdown Timeout</dt>
|
||||
* <dd>2 Seconds</dd>
|
||||
* <dd>100 Milliseconds</dd>
|
||||
* <dt>pool config</dt>
|
||||
* <dd>default {@link GenericObjectPoolConfig}</dd>
|
||||
* </dl>
|
||||
|
||||
Reference in New Issue
Block a user