Name threadpools
This commit is contained in:
parent
4c31aae97b
commit
c1df78b97f
2 changed files with 7 additions and 3 deletions
|
@ -20,8 +20,8 @@ from Plugin import PluginManager
|
|||
from Translate import translate as _
|
||||
|
||||
|
||||
thread_pool_fs_read = ThreadPool.ThreadPool(config.threads_fs_read)
|
||||
thread_pool_fs_write = ThreadPool.ThreadPool(config.threads_fs_write)
|
||||
thread_pool_fs_read = ThreadPool.ThreadPool(config.threads_fs_read, name="FS read")
|
||||
thread_pool_fs_write = ThreadPool.ThreadPool(config.threads_fs_write, name="FS write")
|
||||
thread_pool_fs_batch = ThreadPool.ThreadPool(1, name="FS batch")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue