You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please describe how to configure concurrency in v4.0?
I found this when attempting to upgrade from 3.14 to 4.0.
Also, a number of examples in the documentation mentions this configuration feature, however it no longer compiles in v4.0.
These settings were a feature of the underlying Apache engine that was used in 3. 4 does not have these settings because Java does not have these settings. There are no plans to add them back in any way. I will remove the documentation
Could you please describe how to configure concurrency in v4.0?
I found this when attempting to upgrade from 3.14 to 4.0.
Also, a number of examples in the documentation mentions this configuration feature, however it no longer compiles in v4.0.
e.g. at http://kong.github.io/unirest-java/#configuration
new Config().concurrency(10, 5)
does not compile.
The text was updated successfully, but these errors were encountered: