This commit is contained in:
Lucio Lelii 2018-07-05 10:38:05 +00:00
parent 27800e7885
commit 1d55174ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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"));