IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:58 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippTasks/diskbalance.pro

    r30676 r31084  
    8989# If the pendingbalance query exits with exit status 10, we start over at 0
    9090
    91 $BALANCE_SO_ID_START = 0
     91# This value will need to be incremented periodically.  It looks like we grow by about 5e7 so_ids per month.
     92$BALANCE_BIG_SO_ID   = 6e8
     93$BALANCE_SO_ID_START = int($BALANCE_BIG_SO_ID * rnd(0))
    9294$BALANCE_SO_ID_RANGE = 500000
    9395
Note: See TracChangeset for help on using the changeset viewer.