Commit 549fdfc5 authored by Nils Goroll's avatar Nils Goroll

re-sync comment

parent 42959df8
...@@ -446,7 +446,8 @@ pool_breed(struct pool *qp) ...@@ -446,7 +446,8 @@ pool_breed(struct pool *qp)
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* Herd a single pool * Herd a single pool
* *
* This thread wakes every 5 seconds and whenever a pool queues. * This thread wakes up every thread_pool_timeout seconds, whenever a pool
* queues and when threads need to be destroyed
* *
* The trick here is to not be too aggressive about creating threads. In * The trick here is to not be too aggressive about creating threads. In
* pool_breed(), we sleep whenever we create a thread and a little while longer * pool_breed(), we sleep whenever we create a thread and a little while longer
......
Markdown is supported
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