From 0d3c550a5b2a21f1ee3617e1bdf57b3abcfffcc6 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 17 Apr 2021 13:28:53 +0300 Subject: [PATCH] Update utils.js --- src/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.js b/src/utils.js index 9051b3d..ad69ac1 100644 --- a/src/utils.js +++ b/src/utils.js @@ -43,6 +43,7 @@ utils.loadConfig = function (file) { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71' }, + maxContentLength: 5 * 1024 * 1024, timeout: 5000, withCredentials: true, jar: new tough.CookieJar(),