Default ITAD_DEALS_LIMIT to 200 (API max) to maximise deal coverage
Since the ITAD API only sorts by discount or price (no time-based sort), fetching the full 200-deal window per country ensures our client-side filtering sees every available deal rather than just the top N by discount. The dedup database already prevents reposting, so the extra data is cheap. https://claude.ai/code/session_01EfPjktyrF24DBNHWsY1KBP
This commit is contained in:
@@ -31,7 +31,7 @@ EXTRA_CURRENCIES=CAD,EUR,GBP
|
||||
# (Falls back to shared MIN_DISCOUNT_PERCENT / MAX_PRICE if not set)
|
||||
#ITAD_MIN_DISCOUNT=50
|
||||
#ITAD_MAX_PRICE=20
|
||||
#ITAD_DEALS_LIMIT=100
|
||||
#ITAD_DEALS_LIMIT=200
|
||||
|
||||
# Shared filter defaults (used when source-specific values are not set)
|
||||
MIN_DISCOUNT_PERCENT=50
|
||||
|
||||
Reference in New Issue
Block a user