mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-14 03:12:45 +00:00
fix: improve get tree in big repository by limiting the number of files
This commit is contained in:
@@ -52,7 +52,7 @@ export function startWorker() {
|
||||
path.resolve("dist/src/processes/downloadRepository.js"),
|
||||
// downloadRepository,
|
||||
{
|
||||
concurrency: 2,
|
||||
concurrency: 3,
|
||||
connection: {
|
||||
host: config.REDIS_HOSTNAME,
|
||||
port: config.REDIS_PORT,
|
||||
|
||||
Reference in New Issue
Block a user