IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27055


Ignore:
Timestamp:
Feb 24, 2010, 1:37:36 PM (16 years ago)
Author:
eugene
Message:

modify number of I/O tasks

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r27015 r27055  
    132132
    133133  task.exec
    134     $run = magicdstool -todestreak -limit 20 -stage $DS_STAGE:$magicDSStage
     134    $run = magicdstool -todestreak -limit 25 -stage $DS_STAGE:$magicDSStage
    135135    $magicDSStage ++
    136136    if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
     
    329329
    330330  task.exec
    331     $run = magicdstool -limit 20 -torevert -stage $DS_STAGE:$magicDSRevertStage
     331    $run = magicdstool -limit 25 -torevert -stage $DS_STAGE:$magicDSRevertStage
    332332    $magicDSRevertStage ++
    333333    if ($magicDSRevertStage >= $DS_STAGE:n) set magicDSRevertStage = 0
     
    476476
    477477  task.exec
    478     $run = magicdstool -limit 20 -completedrevert
     478    $run = magicdstool -limit 25 -completedrevert
    479479    if ($DB:n == 0)
    480480      option DEFAULT
  • trunk/ippTasks/dist.pro

    r27013 r27055  
    159159     # stderr $LOGSUBDIR/dist.process.load.log
    160160
    161     $run = disttool -limit 15 -pendingcomponent -stage $DIST_STAGE:$currentStage
     161    $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
    162162    $currentStage ++
    163163    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
Note: See TracChangeset for help on using the changeset viewer.