diff --git a/crawler-fb/crawler-post.js b/crawler-fb/crawler-post.js index eee8ee6..ae334c4 100644 --- a/crawler-fb/crawler-post.js +++ b/crawler-fb/crawler-post.js @@ -157,8 +157,7 @@ async function getFirstPostBySelector(driver) { process.argv[2] || "https://www.facebook.com/logisticsarena.bacib.tdtu"; const username = process.argv[4] || process.env.FB_USERNAME || ""; const password = process.argv[5] || process.env.FB_PASSWORD || ""; - // const timeRetry = 5 * 60 * 1000; // 5 minutes - const timeRetry = 20 * 1000; + const timeRetry = 5 * 60 * 1000; // 5 minutes if (!username || !password) { console.log(