File tree Expand file tree Collapse file tree
src/main/java/com/yahoo/validatar/execution/rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import org .apache .http .entity .StringEntity ;
2222import org .apache .http .impl .client .DefaultHttpRequestRetryHandler ;
2323import org .apache .http .impl .client .HttpClientBuilder ;
24- import org .apache .http .impl .conn .PoolingHttpClientConnectionManager ;
2524import org .apache .http .util .EntityUtils ;
2625
2726import javax .script .Invocable ;
@@ -77,13 +76,6 @@ public class JSON implements Engine {
7776
7877 private ScriptEngine evaluator ;
7978
80- private static final PoolingHttpClientConnectionManager MANAGER = new PoolingHttpClientConnectionManager ();
81-
82- static {
83- MANAGER .setMaxTotal (200 );
84- MANAGER .setDefaultMaxPerRoute (200 );
85- }
86-
8779 private static final String JSON_TO_MAP_FORMAT = "Java.asJSONCompatible(%s)" ;
8880
8981 private final OptionParser parser = new OptionParser () {
You can’t perform that action at this time.
0 commit comments