Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Mar 20, 2024
1 parent d1f264e commit fd50c1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions umich_catalog_indexing/writers/solr.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'traject'
require 'traject/solr_json_writer'
require "traject"
require "traject/solr_json_writer"

settings do
provide "solr_writer.basic_auth_user", ENV.fetch("SOLR_USER") if ENV.fetch("SOLRCLOUD_ON") == "true"
Expand All @@ -12,5 +12,3 @@
store "processing_thread_pool", 8
provide "log.batch_size", 50_000
end


0 comments on commit fd50c1b

Please sign in to comment.