Store the load balancer proxy in ActiveRecord
Currently we are storing this in a class instance variable in Gitlab::Database::LoadBalancing. This class is auto-loaded which means it is also unloaded when a Ruby change is detected. This moves this to a class instance variable in ActiveRecord::Base
Showing
Please register or sign in to comment