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