canton7/SyncTrayzor

File conflict module scan the ignored directories and exception cause high CPU cost

Open

#560 opened on May 7, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (390 forks)batch import
help wanted

Repository metrics

Stars
 (5,477 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

1.The file conflic process module will scan the ignored directorys。 2.Once the conflict process module read the file error(such as read a bad link file), it will always do the same thing: read the file throw exception and write the error log, which cause the high CPU cause。

Contributor guide