This question has already been answered:
There is a form, on it RichTextBox, which displays the progress.
That is, append messages are made of the form: "1/100 files copied \ n"
So, when the number of lines reaches about 60,000, it becomes clear that the messages are not added immediately, as in the beginning, but with a delay.
If it is cleared, the speed returns.
Is it possible that 60,000 lines cause sagging?
How to deal with it?