Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4243 from HassenRiahi/IncreaseDefaultParallel
Browse files Browse the repository at this point in the history
Increase default parallel process.
  • Loading branch information
HassenRiahi committed Jun 23, 2014
2 parents 5e4e095 + 2790cae commit 3a56e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
config.AsyncTransfer.pluginName = "CentralMonitoring"
config.AsyncTransfer.pluginDir = "AsyncStageOut.Plugins"
config.AsyncTransfer.max_files_per_transfer = 100
config.AsyncTransfer.pool_size = 20
config.AsyncTransfer.pool_size = 60
config.AsyncTransfer.max_retry = 3
config.AsyncTransfer.credentialDir = credentialDir
config.AsyncTransfer.UISetupScript = ui_script
Expand All @@ -80,7 +80,7 @@
config.AsyncTransfer.cache_area = cache_area
config.component_('DBSPublisher')
config.DBSPublisher.pollInterval = 10
config.DBSPublisher.publication_pool_size = 20
config.DBSPublisher.publication_pool_size = 60
config.DBSPublisher.componentDir = config.General.workDir
config.DBSPublisher.UISetupScript = ui_script
config.DBSPublisher.namespace = 'AsyncStageOut.DBSPublisher'
Expand Down

0 comments on commit 3a56e37

Please sign in to comment.