1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 11:40:09 +00:00

feat: Parallelize metric collection, enhance app protection with receipt file scanning, and update cleanup tasks

This commit is contained in:
Tw93
2025-12-12 14:10:01 +08:00
parent 558ee86d1f
commit 0123f71842
3 changed files with 144 additions and 68 deletions

View File

@@ -169,11 +169,16 @@ var skipSystemDirs = map[string]bool{
"bin": true,
"etc": true,
"var": true,
"opt": false, // User might want to specific check opt
"usr": false, // User might check usr
"Volumes": true, // Skip external drives by default when scanning root
"Network": true, // Skip network mounts
".vol": true,
".Spotlight-V100": true,
".fseventsd": true,
".DocumentRevisions-V100": true,
".TemporaryItems": true,
".MobileBackups": true, // Time Machine local snapshots
}
var skipExtensions = map[string]bool{