Skip to content

Commit 86151e8

Browse files
authored
Merge pull request #83 from gooddata/STL-1300
feat: Increase read timeout of our custom web client
2 parents ad6c3ca + 973fd8a commit 86151e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gooddata-server-oauth2-autoconfigure/src/main/kotlin/HttpProperties.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class HttpProperties(
2929
* A timeout for receiving some response on a request. (in milliseconds)
3030
* @see SimpleClientHttpRequestFactory.setReadTimeout
3131
*/
32-
@DefaultValue("5000")
32+
@DefaultValue("10000")
3333
val readTimeoutMillis: Int,
3434

3535
/**

0 commit comments

Comments
 (0)