fm.teal.alpha.feed.play lexicon.
feat: implement aggressive batch configuration for maximum speed
Switch to aggressive defaults with adaptive rate limiting that backs off on failures.
Configuration changes:
- RECORDS_PER_DAY_LIMIT: 1,000 → 10,000 (10x increase)
- SAFETY_MARGIN: 0.9 → 1.0 (remove safety buffer, will adapt)
- DEFAULT_BATCH_SIZE: 10 → 200 (max PDS limit)
- DEFAULT_BATCH_DELAY: 2000ms → 500ms (4x faster)
- MIN_BATCH_DELAY: 1000ms → 500ms
- MAX_BATCH_SIZE: 50 → 200 (PDS maximum)
- BASE_BATCH_SIZE: 10 → 200
- CLIENT_AGENT: v0.1.0 → v0.2.0
Strategy: Start with maximum throughput and dynamically adjust if rate limits are hit.