Driver: Retune threadpool keepalive time

This commit is contained in:
Kyle Simpson
2023-08-28 10:12:14 +01:00
parent c55a3130d6
commit 9ab5be8c9f

View File

@@ -26,7 +26,7 @@ impl BlockyTaskPool {
pool: Arc::new(RwLock::new(rusty_pool::ThreadPool::new(
0,
64,
Duration::from_secs(300),
Duration::from_secs(5),
))),
handle,
}