Skip to content

Commit

Permalink
Rollback: Kithe Bulk Loading Search Service
Browse files Browse the repository at this point in the history
Adding about ~250ms to catalog_controller#index performance. We don't need it now, so rolling this back until Kithe handles more UI display.
  • Loading branch information
ewlarson committed Dec 11, 2023
1 parent 39e4f68 commit 4cafe89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- encoding : utf-8 -*-
require 'blacklight/catalog'
require 'kithe/blacklight_tools/bulk_loading_search_service'
# require 'kithe/blacklight_tools/bulk_loading_search_service'

class CatalogController < ApplicationController
include BlacklightAdvancedSearch::Controller
include BlacklightRangeLimit::ControllerOverride
include Blacklight::Catalog
self.search_service_class = Kithe::BlacklightTools::BulkLoadingSearchService
# self.search_service_class = Kithe::BlacklightTools::BulkLoadingSearchService

configure_blacklight do |config|
# default advanced config values
Expand Down

0 comments on commit 4cafe89

Please sign in to comment.