See this video ...
https://youtu.be/4xJNyOlCSQo
I'm trying to sync about 100.000 files.
For the comparison of the first 48.000 files the program needs few seconds and for the rest of them much more time ?
Can I change a setting in order to have faster comparison ?
thanks ...
Slow comparison
- Posts: 6
- Joined: 24 Oct 2019
- Posts: 11
- Joined: 6 Mar 2019
I had a similar issue, described in my posts on October 15, 16, 21.
If you are on Windows, the 'disablelastaccess" setting has a big effect on file comparison speed.
Check its value with
fsutil behavior query disablelastaccess
If the value is 2, try changing it to 1:
fsutil behavior set disablelastaccess 1
Please report back on whether this helped or not.
If you are on Windows, the 'disablelastaccess" setting has a big effect on file comparison speed.
Check its value with
fsutil behavior query disablelastaccess
If the value is 2, try changing it to 1:
fsutil behavior set disablelastaccess 1
Please report back on whether this helped or not.
- Posts: 6
- Joined: 24 Oct 2019
same behavior ...
ps
had to set it to
fsutil behavior set disablelastaccess 0 (user managed - disabled)
win 10 - 1903
ps
had to set it to
fsutil behavior set disablelastaccess 0 (user managed - disabled)
win 10 - 1903