Skip to content

Commit

Permalink
undo event.dispatcher.noindex.consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-graca authored Nov 10, 2023
1 parent 89e89c3 commit ae9dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ event.dispatcher.default.consumers = versioning, discovery, eperson, submissionc

# The noindex dispatcher will not create search or browse indexes (useful for batch item imports)
event.dispatcher.noindex.class = org.dspace.event.BasicDispatcher
event.dispatcher.noindex.consumers = eperson, submissionconfig
event.dispatcher.noindex.consumers = eperson

# consumer to maintain the discovery index
event.consumer.discovery.class = org.dspace.discovery.IndexEventConsumer
Expand Down

0 comments on commit ae9dc5f

Please sign in to comment.