mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Compilation Parts: minimize user-agent on parts upload
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class CompilationPartsUploader implements Closeable {
|
||||
myMessages = messages
|
||||
CompilationPartsUtil.initLog4J(messages)
|
||||
myHttpClient = HttpClientBuilder.create()
|
||||
.setUserAgent(this.class.name)
|
||||
.setUserAgent('Parts Uploader')
|
||||
.setRedirectStrategy(LaxRedirectStrategy.INSTANCE)
|
||||
.setMaxConnTotal(20)
|
||||
.setMaxConnPerRoute(10)
|
||||
|
||||
Reference in New Issue
Block a user