Skip to content

Commit 7879667

Browse files
committed
clean up
1 parent c7bc379 commit 7879667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-httpclient-impl/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following builder methods can be used to custom configure the `AsyncEventHan
112112
|`withNumWorkers(int)`|2|Number of worker threads|
113113
|`withMaxTotalConnections(int)`|200|Maximum number of connections|
114114
|`withMaxPerRoute(int)`|20|Maximum number of connections per route|
115-
|`withValidateAfterInactivity(int)`|5000|Time to maintain idle connections (in milliseconds)|
115+
|`withValidateAfterInactivity(int)`|1000|Time to maintain idle connections (in milliseconds)|
116116

117117
### Advanced configuration
118118
The following properties can be set to override the default configuration.
@@ -123,7 +123,7 @@ The following properties can be set to override the default configuration.
123123
|**async.event.handler.num.workers**|2|Number of worker threads|
124124
|**async.event.handler.max.connections**|200|Maximum number of connections|
125125
|**async.event.handler.event.max.per.route**|20|Maximum number of connections per route|
126-
|**async.event.handler.validate.after**|5000|Time to maintain idle connections (in milliseconds)|
126+
|**async.event.handler.validate.after**|1000|Time to maintain idle connections (in milliseconds)|
127127

128128
## HttpProjectConfigManager
129129

@@ -243,4 +243,4 @@ Optimizely optimizely = OptimizelyFactory.newDefaultInstance();
243243
to enable request batching to the Optimizely logging endpoint. By default, a maximum of 10 events are included in each batch
244244
for a maximum interval of 30 seconds. These parameters are configurable via systems properties or through the
245245
`OptimizelyFactory#setMaxEventBatchSize` and `OptimizelyFactory#setMaxEventBatchInterval` methods.
246-
246+

0 commit comments

Comments
 (0)