change default memcache server location to use 127.0.0.1

This commit is contained in:
r888888888
2013-08-06 15:17:45 -07:00
parent 4c17eaf446
commit 21cda60eca

View File

@@ -94,7 +94,7 @@ module Danbooru
# List of memcached servers # List of memcached servers
def memcached_servers def memcached_servers
%w(localhost:11211) %w(127.0.0.1:11211)
end end
# After a post receives this many comments, new comments will no longer bump the post in comment/index. # After a post receives this many comments, new comments will no longer bump the post in comment/index.