Lucio Lelii 6 years ago
parent 27800e7885
commit 1d55174ffd

@ -31,7 +31,7 @@ public class TargetFactory implements TargetFactoryDSL.AtClause{
Client client = ClientBuilder.newClient()
.property(ClientProperties.FOLLOW_REDIRECTS, Boolean.FALSE)
.property(ClientProperties.CHUNKED_ENCODING_SIZE, 1024*1024);
.property(ClientProperties.CHUNKED_ENCODING_SIZE, 1024);
/*
String resourceAddress = address.substring(0, address.indexOf("/service"));

Loading…
Cancel
Save