IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30486


Ignore:
Timestamp:
Feb 3, 2011, 10:52:08 AM (15 years ago)
Author:
bills
Message:

increase pstamp.save.status exec time to 90 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ippTasks/pstamp.pro

    r30484 r30486  
    145145    task pstamp.request.find.load
    146146        active false
     147    end
     148end
     149
     150macro pstamp.status.on
     151    task pstamp.save.status
     152        active true
     153    end
     154end
     155macro pstamp.status.off
     156    task pstamp.save.status
     157        active false
     158    end
     159end
     160macro pstamp.status.set.exec
     161    task pstamp.save.status
     162        periods -exec $1
    147163    end
    148164end
     
    910926
    911927    periods     -poll $LOADPOLL
    912     periods     -exec 45
     928    periods     -exec 90
    913929    periods     -timeout 20
    914930    npending    1
Note: See TracChangeset for help on using the changeset viewer.