Eurydia / project-phosphophyllite

A UI wrapper around GitHub API for issue aggregration powered by OctokitJS.
0 stars 0 forks source link

resolved slowing fetching performance in getRepos #31

Closed Eurydia closed 6 months ago

Eurydia commented 6 months ago

I resolved the fetching of repositories by removing the chained request. Previously, every repo request waits for its readme file. Now, all repository are temporarily stored in the memory, and the separated round of fetching is added solely for readme files.