Add a pause after comparing each file. #773
korenevskiy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a pause after comparing each file.
When comparing, the program loads the disk heavily.
There is practically no possibility to open something in parallel.
Add the micropause function after comparing the files. for example, 0.1 seconds. Add a setting.
It is necessary that the program compares without interfering with the work. It worked unnoticed for important tasks. But this is not the case. The program interferes with the work. Please add a pause, at least a very small one.
I was comparing 1 TB. It took 2-3 days. But even if it compares a week. The main thing is that the computer is available for other work.
.
Or, for example, insert a time delay of 1/5 (20%) of the time of the previous file comparison.
This will just give a load of 1/5 that is required for the free operation of personal tasks with the simultaneous operation of the program.
Beta Was this translation helpful? Give feedback.
All reactions