fix: restore GROUPS_PER_CYCLE=56 (was 0=scan all, causes rate limits)
Deploy t-youtube / Build & Deploy (push) Successful in 3m37s
Deploy t-youtube / Build & Deploy (push) Successful in 3m37s
This commit is contained in:
@@ -40,7 +40,7 @@ THRESHOLD = 40
|
|||||||
|
|
||||||
# Scan config
|
# Scan config
|
||||||
MSGS_PER_GROUP = 500
|
MSGS_PER_GROUP = 500
|
||||||
GROUPS_PER_CYCLE = 0 # 0 = scan all eligible groups (was 56)
|
GROUPS_PER_CYCLE = 56 # scan 56 groups per cycle to stay under rate limits
|
||||||
|
|
||||||
# Keywords
|
# Keywords
|
||||||
INTERESTING_KEYWORDS = [
|
INTERESTING_KEYWORDS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user