Change GET /api/v1/directory to use database replica rather than primary (#26856)
				
					
				
			This commit is contained in:
		
							parent
							
								
									4d9186a48c
								
							
						
					
					
						commit
						33c8708a1a
					
				@ -16,7 +16,9 @@ class Api::V1::DirectoriesController < Api::BaseController
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def set_accounts
 | 
			
		||||
    @accounts = accounts_scope.offset(params[:offset]).limit(limit_param(DEFAULT_ACCOUNTS_LIMIT))
 | 
			
		||||
    with_read_replica do
 | 
			
		||||
      @accounts = accounts_scope.offset(params[:offset]).limit(limit_param(DEFAULT_ACCOUNTS_LIMIT))
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def accounts_scope
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user