Mercurial > zeropaste
changeset 368:7b58d38c9b6a
Completely remove memcache.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 23 Mar 2015 19:12:14 +0900 |
parents | b8c00142fbfc |
children | c0d4e6115642 |
files | config/application.rb |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/config/application.rb Mon Mar 23 19:07:16 2015 +0900 +++ b/config/application.rb Mon Mar 23 19:12:14 2015 +0900 @@ -68,11 +68,5 @@ # No need to initialize application when precompiling assets config.assets.initialize_on_precompile = false - - if ENV["ZP_MEMCACHE"] - config.cache_store = :dalli_store, ENV["ZP_MEMCACHE"].split(","), { :namespace => "zeropaste" } - else - config.cache_store = :null_store - end end end