IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24738


Ignore:
Timestamp:
Jul 9, 2009, 2:27:23 PM (17 years ago)
Author:
bills
Message:

speed up exec time when busy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/rcserver.pro

    r24038 r24738  
    113113  task.exec
    114114    book npages rcPendingFS -var N
    115     if ($N == 0) break
     115    if ($N == 0)
     116        periods -exec 10
     117        break
     118    end
     119    periods -exec 0.05
     120
    116121    if ($NETWORK == 0) break
    117122   
Note: See TracChangeset for help on using the changeset viewer.