HACKTOBERFESTtype/enhancement
Metriche repository
- Star
- (101 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.