mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Traffic stats are currently pulled from the traffic app, which is a separate pylons application, via HTTP requests. This patch eliminates the dependency on that extra app by moving the queries into the reddit app while maintaining the existing API near-verbatim. This allows us to ditch the external traffic app.