Skip to content

Commit

Permalink
core: now move & delete objects cannot run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
hsilva-keep committed Mar 20, 2018
1 parent 9ace4fb commit 919c08e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ core.orchestrator.type=AKKA
#core.orchestrator.start_jobs_in_state_created = true
#core.orchestrator.block_size = 100
#core.orchestrator.sync_timeout = 600
#core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.internal.MovePlugin
#core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.internal.DeleteRODAObjectPlugin
core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.internal.MovePlugin
core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.internal.DeleteRODAObjectPlugin
#core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.ingest.ConfigurableIngestPlugin
#core.orchestrator.non_parallelizable_plugins = org.roda.core.plugins.plugins.ingest.MinimalIngestPlugin

Expand Down

0 comments on commit 919c08e

Please sign in to comment.