Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Replication Connect Socket Timeout defaults ?

Avatar

Level 2

In the docs on http://docs.adobe.com/docs/en/cq/current/deploying/replication.html

it mentions two settings:

Connect Timeout

Socket Timeout

but it does not say what the defaults are for these values. So how would I know if I actually increase or decrease the effective settings if I put something there?

Can someone please share the defaults. Also can someone from Adobe please update the docs accordingly.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Connection timeouts and socket timeouts are by default set by the operating system and not by AEM.

Jörg

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Connection timeouts and socket timeouts are by default set by the operating system and not by AEM.

Jörg

Avatar

Level 2

Ah ok, so these are simply mapping to Javas setSoTimeout() / getSoTimeout()

Makes sense, thanks a lot.