Stop filtering out bot edits in ORES config. We've decided that we do want to score enwiki and wikidata bot edits, which are by far the largest volume of bot editing, so simplifying the config is probably worth the cost.
Potential impacts
- Up to a 3-fold increase in changeprop traffic (citation needed). Changeprop messages only contain metadata, and are in the low-kB size range. At 700 req/min, 2kB per message, we're adding at most 1,400 messages/min or 2.8MB/min to changeprop.
- We're talking about computing scores for most of this additional volume, so a corresponding increase in load on the scoring workers.
- Any additional precached scores will be available to external requests, and cache expiration would move up in time, so we might see changes in the cache hit ratio.