Skip to content

Commit 57e5bc5

Browse files
authored
Update Advanced.java
1 parent 8a35bf2 commit 57e5bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/com/convertapi/examples/Advanced.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) throws ExecutionException, InterruptedExc
2626
// Advanced HTTP client setup
2727
Config.setDefaultHttpBuilder(builder -> {
2828
return builder
29-
.proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("10.0.0.1", 8888))) // Setting Proxy server
29+
// .proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("10.0.0.1", 8888))) // Setting Proxy server
3030
.connectTimeout(3, TimeUnit.SECONDS); // Setting connect timeout
3131
// More settings can be tuned here
3232
});

0 commit comments

Comments
 (0)