IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 10:16:49 AM (20 years ago)
Author:
Paul Price
Message:

Making poll and exec delays globally configurable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r9455 r9506  
    2222  host         local
    2323
    24   periods      -poll 1.0
    25   periods      -exec 2.0
     24  periods      -poll $loadpoll
     25  periods      -exec $loadexec
    2626  periods      -timeout 30
    2727
     
    6565# run the phase0imfile script on pending images
    6666task           phase0.imfile.run
    67   periods      -poll 0.5
    68   periods      -exec 1.0
     67  periods      -poll $runpoll
     68  periods      -exec $runexec
    6969  periods      -timeout 30
    7070
     
    138138  host         local
    139139
    140   periods      -poll 1.0
    141   periods      -exec 2.0
     140  periods      -poll $loadpoll
     141  periods      -exec $loadexec
    142142  periods      -timeout 30
    143143
     
    181181# run the phase0imfile script on pending images
    182182task           phase0.exp.run
    183   periods      -poll 0.5
    184   periods      -exec 1.0
     183  periods      -poll $runpoll
     184  periods      -exec $runexec
    185185  periods      -timeout 30
    186186
Note: See TracChangeset for help on using the changeset viewer.