Skip to content

Commit 3e33c2e

Browse files
committed
trivial: Increase default read timeout for UMAPI calls
1 parent 7d94bfd commit 3e33c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/ims/IMSUserManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class IMSUserManagement implements ExternalGroupManagement {
123123
@AttributeDefinition(name = "Connect Timeout", description = "The maximum time to establish the connection with the remote host in milliseconds.")
124124
int connectTimeout() default 2000;
125125
@AttributeDefinition(name = "Socket Timeout", description = "The time waiting for data – after establishing the connection; maximum time of inactivity between two data packets. Given in milliseconds.")
126-
int socketTimeout() default 10000;
126+
int socketTimeout() default 120000;
127127
@AttributeDefinition(name = "Overall Timeout", description = "The maximum time updating groups in IMS should take. If expired the operation fails with an exception. Negative values mean no timeout. Given in milliseconds.")
128128
long overallTimeout() default -1;
129129
@AttributeDefinition(name = "AEM Product Profiles", description = "The given product profile names are automatically added to each synchronized IMS group. The given product profile names must exist for an AEM product!")

0 commit comments

Comments
 (0)