HACKTOBERFESTtype/enhancement
Repository metrics
- Stars
- (101 stars)
- PR merge metrics
- (PR metrics pending)
Description
importer read all the files in concurrent, it would cause below issues:
- if there're 1000+ files, it would read too many data, and would OOM.
- one goroutine reads one file, if there is only one file, would import slow even if there're many graph clients.