diff --git a/config/environments/production.rb b/config/environments/production.rb index 340573921..dc1864b9e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -103,11 +103,11 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - client = Dalli::Client.new(ENV["MEMCACHED_URL"], - value_max_bytes: 10485760) - config.action_dispatch.rack_cache = { - verbose: true, - metastore: client, - entitystore: client, - } + # client = Dalli::Client.new(ENV["MEMCACHED_URL"], + # value_max_bytes: 10485760) + # config.action_dispatch.rack_cache = { + # verbose: true, + # metastore: client, + # entitystore: client, + # } end