-
Improvement
-
Resolution: Fixed
-
Minor
-
None
TimeoutService becomes a hot lock with a large number of concurrent SSH connections. This PR changes it to use a ScheduledExecutorService instead of a hand-written scheduler.
- links to
TimeoutService becomes a hot lock with a large number of concurrent SSH connections. This PR changes it to use a ScheduledExecutorService instead of a hand-written scheduler.