computer: temp remove rayon

This commit is contained in:
nym21
2025-07-26 14:24:06 +02:00
parent cf9903b759
commit d2827f188b
4 changed files with 39 additions and 53 deletions
+1 -5
View File
@@ -287,12 +287,8 @@ impl Config {
.map_or_else(default_brk_path, |s| Self::fix_user_path(s.as_ref()))
}
pub fn outputsdir(&self) -> PathBuf {
self.brkdir().join("outputs")
}
pub fn harsdir(&self) -> PathBuf {
self.outputsdir().join("hars")
self.brkdir().join("hars")
}
fn path_cookiefile(&self) -> PathBuf {