From 21cda60ecab6bebbd0083c8f8b9c25425fb20ad8 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 6 Aug 2013 15:17:45 -0700 Subject: [PATCH] change default memcache server location to use 127.0.0.1 --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 5f7ea74a2..b45731727 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -94,7 +94,7 @@ module Danbooru # List of memcached servers def memcached_servers - %w(localhost:11211) + %w(127.0.0.1:11211) end # After a post receives this many comments, new comments will no longer bump the post in comment/index.