Driver: Retune threadpool keepalive time
This commit is contained in:
@@ -26,7 +26,7 @@ impl BlockyTaskPool {
|
|||||||
pool: Arc::new(RwLock::new(rusty_pool::ThreadPool::new(
|
pool: Arc::new(RwLock::new(rusty_pool::ThreadPool::new(
|
||||||
0,
|
0,
|
||||||
64,
|
64,
|
||||||
Duration::from_secs(300),
|
Duration::from_secs(5),
|
||||||
))),
|
))),
|
||||||
handle,
|
handle,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user