mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 01:08:32 -05:00
* The error pages have been broken for the past week. * Fix /r/all+all * Provides about.json to the api for subreddits (it already works for users) * Make sure Accounts have data before checking their name and msgtime * new bigger arrows for mobile site and a the alien is fingerless now * Try to update the _fast_query_timestamps less often to alleviate some of the load it causes on the Accounts DB * Swallow rare, race-conditiony POST_save/hide/subscribe problems
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
exec /usr/bin/memcached -m512 -p11211 -U11211 -C -c10000 -u reddit -Bauto
|