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.
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.