We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd44b9b commit c290afcCopy full SHA for c290afc
src/main/java/com/creatubbles/api/CreatubblesAPI.java
@@ -52,7 +52,7 @@ public class CreatubblesAPI {
52
public final static JerseyClient CLIENT = JerseyClientBuilder
53
.createClient()
54
.property(ClientProperties.CONNECT_TIMEOUT, 5000)
55
- .property(ClientProperties.READ_TIMEOUT, 5000)
+ .property(ClientProperties.READ_TIMEOUT, 20000)
56
.property(ClientProperties.SUPPRESS_HTTP_COMPLIANCE_VALIDATION, Boolean.TRUE);
57
58
public static String buildURL(final Object end) {
0 commit comments