queuedthreadpool-mbean.properties
来自「jetty SERVER連接資料庫用的軟體」· PROPERTIES 代码 · 共 9 行
PROPERTIES
9 行
QueuedThreadPool: A thread pool with no max bound by defaultminThreads: Minimum number of threads in the poolmaxThreads: Maximum number threads in the poolname: Name of the thread pooldaemon: Is pool thread using daemon threadthreadsPriority: The priority of threads in the poolmaxIdleTimeMs: Maximum time a thread may be idle in msqueueSize: The pool threads sizespawnOrShrinkAt: The number of queued jobs (or idle threads) needed before the thread pool is grown (or shrunk)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?