graysky2 / anything-sync-daemon

Symlinks and syncs user specified dirs to RAM thus reducing HDD/SDD calls and speeding-up the system.
https://wiki.archlinux.org/index.php/Anything-sync-daemon
MIT License
345 stars 45 forks source link

dir size - dont deference all symbolic links #41

Closed lejenome closed 8 years ago

lejenome commented 8 years ago

just deference args if they are symbolic links but not all symbolic links on subdirs when calculating dir size on parse()

That's already the behaviour of do_sync()

graysky2 commented 8 years ago

Not sure it makes a significant difference in my testing but thank you for the interest.