Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.14.0
-
None
-
Unknown
Description
There is a hard coded timeout of 5 minutes for suspended exchanges. This is reasonable for most cases but what if a user needs more time? I could imagine it being really annoying if my IDE resumed my Java breakpoints after 5 minutes automatically.
A simple getter/setter on the fallbackTimeout value would be nice.