purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

Stop recursively updating folder modification dates #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It will significantly improve performance. 

On resource modification just update the parent folder modification date, do 
not propagate it upstream. Current implementation was believed to simplify sync 
applications, however, (a) the gain is minimal and (b) we end up with different 
modification date semantics in remote - local file system.

Original issue reported on code.google.com by fstamate...@gmail.com on 17 May 2011 at 3:36