eguneraketa
This commit is contained in:
+2
-1
@@ -101,7 +101,8 @@ Then try to restart Plume.
|
||||
"#
|
||||
)
|
||||
}
|
||||
let workpool = ScheduledThreadPool::with_name("worker {}", num_cpus::get());
|
||||
//let workpool = ScheduledThreadPool::with_name("worker {}", num_cpus::get());
|
||||
let workpool = ScheduledThreadPool::new(num_cpus::get());
|
||||
// we want a fast exit here, so
|
||||
let searcher = Arc::new(UnmanagedSearcher::open_or_recreate(
|
||||
&CONFIG.search_index,
|
||||
|
||||
Reference in New Issue
Block a user