Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/solr_pivot_facets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def solr_facets_url
end

def solr_connection
Faraday.new(solr_facets_url) do |f|
Faraday.new(solr_facets_url, request: {timeout: 120}) do |f|
f.headers["Accept"] = "application/json"
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/title_summary_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create(temp: false)
publication_place VARCHAR(128),
us_gov_doc_flag tinyint(4),
total_unique_titles bigint(21)
);
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
SQL
end

Expand Down