Remove old method declaration to match QueuedThreadPool class

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@144 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jan Bartel 2009-04-14 03:58:15 +00:00
parent 1e0009aa32
commit 8b2e942714

View File

@ -5,5 +5,3 @@ name: Name of the thread pool
daemon: Is pool thread using daemon thread daemon: Is pool thread using daemon thread
threadsPriority: The priority of threads in the pool threadsPriority: The priority of threads in the pool
maxIdleTimeMs: Maximum time a thread may be idle in ms maxIdleTimeMs: Maximum time a thread may be idle in ms
queueSize: The pool threads size
spawnOrShrinkAt: The number of queued jobs (or idle threads) needed before the thread pool is grown (or shrunk)