Skip to content

Commit

Permalink
avoid slow mysql queries. #195
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 3, 2019
1 parent e837b9f commit 67a7236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lupo
class Application
VERSION = "2.3.18"
VERSION = "2.3.19"
end
end
2 changes: 1 addition & 1 deletion lib/tasks/client.rake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace :client do
end

# index DOIs for client
puts "#{client.dois.length} DOIs will be indexed."
# puts "#{client.dois.length} DOIs will be indexed."
client.index_all_dois
end

Expand Down

0 comments on commit 67a7236

Please sign in to comment.