mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
We need onload to be able to get a client-IP based tracking validation hash, but it doesn't actually need to do any database work to make those hashes. It also fails a huge number of times per day. This moves the hash calculation out to an external app with no db dependencies.