Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
that no longer discards the root, discards a random permissions object
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Mar 28, 2017
1 parent a9d13e7 commit d283e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chf/indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def reindex_everything(batch_size: 50, softCommit: true, progress_bar: false, fi
s_time = Time.now.localtime
$stderr.puts "fetching all URIs from fedora at #{s_time}, might take 20+ minutes?..."
descendants = descendant_uris(ActiveFedora.fedora.base_uri)
descendants.shift # Discard the root uri
$stderr.puts "fetched all URIs from fedora in: #{(Time.mktime(0)+(Time.now.localtime - s_time)).strftime("%H:%M:%S")}"


Expand Down

0 comments on commit d283e82

Please sign in to comment.