IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33786


Ignore:
Timestamp:
Apr 16, 2012, 10:49:28 AM (14 years ago)
Author:
rhenders
Message:

no need to check client status when populating each pending box

File:
1 edited

Legend:

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

    r33772 r33786  
    115115                       while dec <= self.config.maxDec:
    116116           
    117                            self.checkClientStatus()
    118117                           box_id = self.ippToPspsDb.insertBox(ra, dec)
    119118           
     
    134133                self.logger.info("+-------------+-------------+-------------+-------------+")
    135134
     135            self.checkClientStatus()
    136136            if not self.waitForPollTime(): break
    137137
Note: See TracChangeset for help on using the changeset viewer.