Changeset 40194
- Timestamp:
- Oct 27, 2017, 7:41:15 PM (9 years ago)
- File:
-
- 1 edited
-
tags/ipp-20170121/ippTasks/pstamp.pro (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/ippTasks/pstamp.pro
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/ippTasks/pstamp.pro merged eligible /trunk/ippTasks/pstamp.pro merged eligible
r38586 r40194 20 20 $pstampQCleanup_DB = 0 21 21 22 # limit number of requests in the queue to avoid blocking everything 23 # when jobs take an infinite amount of time to parse 24 $PSTAMP_PARSE_LIMIT = 20 25 macro set.parse.limit 26 $PSTAMP_PARSE_LIMIT = $1 27 end 28 macro get.parse.limit 29 echo parse limit : $PSTAMP_PARSE_LIMIT 30 end 31 22 32 # give up on dependents with fault_count >= $PSTAMP_MAX_FAULT_COUNT 23 33 $PSTAMP_MAX_FAULT_COUNT = 3 … … 408 418 # limit number of requests in the queue to avoid blocking everything 409 419 # when jobs take an infinite amount of time to parse 410 $run = $run -limit 10 420 #$run = $run -limit 10 421 # except parsing is not label/prio based, high prio can get stuck behind low prio, so bump up to 20 422 # -- should be a config option 423 $run = $run -limit $PSTAMP_PARSE_LIMIT 411 424 command $run 412 425 end -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
