IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2011, 2:12:02 PM (15 years ago)
Author:
eugene
Message:

adjust code to set long/short exec periods so it does not leave behind unexpected short periods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/replicate.pro

    r29409 r31854  
    154154
    155155  task.exec
     156    periods -exec 5
     157
    156158    book npages replicatePending -var N
     159    if ($N == 0) break
    157160    if ($NETWORK == 0) break
    158     if ($N == 0)
    159         periods -exec 5
    160         break
    161     end
    162     periods -exec 0.05
    163161   
    164162    # look for new objects in replicatePending
     
    190188      echo command $run
    191189    end
     190    periods -exec 0.05
    192191    command $run
    193192  end
Note: See TracChangeset for help on using the changeset viewer.