Comment 1 for bug 780487

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

slow_launch_time is meaningless for thread pool, as no new threads are created to handle incoming requests. So for the thread pool slow_launch_time is adjusted to mean the upper bound for time between thread pool receiving request and a thread starting working on that request. The docs/release notes have to be adjusted for this.