Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Switching directory lag,add stop check in file info creation loop
Add a stop condition check in TraversalDirThreadManager::createFileInfo to properly handle interruption requests during file info creation process. - Add stopFlag check in the file info creation loop - Early return when stopFlag is set to prevent unnecessary operations - Improve responsiveness when canceling directory traversal This change ensures the traversal operation can be stopped promptly when requested by the user or system. Log: Switching directory lag Bug: https://bbs.deepin.org/post/281034
- Loading branch information