IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2011, 12:00:23 PM (15 years ago)
Author:
rhenders
Message:

increased 'processing now' limit from 2 to 4 hours, as when network is slow it is feasible that a batch could take longer than 2 hours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopspsdb.py

    r32780 r32781  
    466466               AND batch_type = '" + batchType + "' \
    467467               AND dvo_db = '" + dvoGpc1Label + "' \
    468                AND timestamp BETWEEN now() - INTERVAL 2 HOUR AND now()"
     468               AND timestamp BETWEEN now() - INTERVAL 4 HOUR AND now()"
    469469
    470470        try:
Note: See TracChangeset for help on using the changeset viewer.