Pacing Bing searches to 5.5-7.5s delay to prevent MS Rewards rate-limiting throttling

This commit is contained in:
abhijitgorde5-crypto
2026-09-08 00:23:24 +05:30
parent 7686537dc1
commit 049a119e36
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,3 +6,4 @@ USER_DATA_DIR = abspath("./data-dir")
PROFILE_NAME = "Default"
+1 -1
View File
@@ -386,7 +386,7 @@ class RewardsTaskUtils:
):
self.keyboard.send_keys(f"{query} -noai{Keys.ENTER}")
time.sleep(random.uniform(0.5, 1))
time.sleep(random.uniform(5.5, 7.5))
try: self.wait_for_then_click(self.elements.get_clear_bing_search_query_button)
except StaleElementReferenceException: