From 4caf8ae61b409dbb1607df562d7468c6029917ef Mon Sep 17 00:00:00 2001
From: mafyuh <mafyuh@noreply.localhost>
Date: Thu, 13 Feb 2025 00:14:49 -0500
Subject: [PATCH] Update config.js

---
 config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.js b/config.js
index d655daa..f9a9557 100644
--- a/config.js
+++ b/config.js
@@ -152,6 +152,7 @@ module.exports = {
       matchHost: 'docker.io',
       username: 'mafyuh',
       password: `${process.env.DOCKER_HUB_PASSWORD}`,
+      concurrentRequestLimit: '3'
     },
   ],
 };
\ No newline at end of file