Skip to content
Commit ece2bc46 authored by Milan Crha's avatar Milan Crha
Browse files

Use 90 seconds timeout for Camel connections

The Camel connections used to use timeouts, but they were unset
for IMAPx's IDLE. The outcome was that all other connections, not
only the IDLE, could wait for ever. A better way to deal with it
is to unset timeout on the connection only when necessary, aka only
during the IDLE being issued on the connection, and let all the other
connections timeout when they do not get a response within the limit.
parent fd2087d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment