File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ The following builder methods can be used to custom configure the `AsyncEventHan
112
112
| ` withNumWorkers(int) ` | 2| Number of worker threads|
113
113
| ` withMaxTotalConnections(int) ` | 200| Maximum number of connections|
114
114
| ` 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)|
116
116
117
117
### Advanced configuration
118
118
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.
123
123
| ** async.event.handler.num.workers** | 2| Number of worker threads|
124
124
| ** async.event.handler.max.connections** | 200| Maximum number of connections|
125
125
| ** 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)|
127
127
128
128
## HttpProjectConfigManager
129
129
@@ -243,4 +243,4 @@ Optimizely optimizely = OptimizelyFactory.newDefaultInstance();
243
243
to enable request batching to the Optimizely logging endpoint. By default, a maximum of 10 events are included in each batch
244
244
for a maximum interval of 30 seconds. These parameters are configurable via systems properties or through the
245
245
` OptimizelyFactory#setMaxEventBatchSize ` and ` OptimizelyFactory#setMaxEventBatchInterval ` methods.
246
-
246
+
You can’t perform that action at this time.
0 commit comments