Use MEMCACHIER_SERVERS
This commit is contained in:
parent
d549ead325
commit
d1a6ff7b49
|
@ -85,7 +85,7 @@ module Travis::Api
|
|||
use ActiveRecord::ConnectionAdapters::ConnectionManagement
|
||||
use ActiveRecord::QueryCache
|
||||
|
||||
memcache_servers = ENV['MEMCACHE_SERVERS']
|
||||
memcache_servers = ENV['MEMCACHIER_SERVERS']
|
||||
if Travis::Features.feature_active?(:use_rack_cache) && memcache_servers
|
||||
use Rack::Cache,
|
||||
verbose: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user