Changeset 21100
- Timestamp:
- Jan 9, 2009, 10:10:38 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/magic.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/magic.pro
r21009 r21100 87 87 88 88 task.exec 89 $run = magictool -totree 89 90 if ($DB:n == 0) 90 91 option DEFAULT 91 command magictool -totree -limit 2092 92 else 93 93 # save the DB name for the exit tasks 94 94 option $DB:$magicToTree_DB 95 command magictool -totree -limit 20-dbname $DB:$magicToTree_DB95 $run = $run -dbname $DB:$magicToTree_DB 96 96 $magicToTree_DB ++ 97 97 if ($magicToTree_DB >= $DB:n) set magicToTree_DB = 0 98 98 end 99 add_poll_args run 100 command $run 99 101 end 100 102 … … 206 208 207 209 task.exec 210 $run = magictool -toprocess 208 211 if ($DB:n == 0) 209 212 option DEFAULT 210 command magictool -toprocess -limit 20211 213 else 212 214 # save the DB name for the exit tasks 213 215 option $DB:$magicToProcess_DB 214 command magictool -toprocess -limit 20-dbname $DB:$magicToProcess_DB216 $run = $run -dbname $DB:$magicToProcess_DB 215 217 $magicToProcess_DB ++ 216 218 if ($magicToProcess_DB >= $DB:n) set magicToProcess_DB = 0 217 219 end 220 add_poll_args run 221 command $run 218 222 end 219 223 … … 311 315 312 316 periods -poll $LOADPOLL 313 periods -exec 60314 periods -timeout 30317 periods -exec 30 318 periods -timeout 20 315 319 npending 1 316 320 … … 319 323 320 324 task.exec 325 $run = magicdstool -todestreak -limit 32 321 326 if ($DB:n == 0) 322 327 option DEFAULT 323 command magicdstool -todestreak -limit 20324 328 else 325 329 # save the DB name for the exit tasks 326 330 option $DB:$magicToDS_DB 327 command magicdstool -todestreak -limit 20-dbname $DB:$magicToDS_DB331 $run = $run -dbname $DB:$magicToDS_DB 328 332 $magicToDS_DB ++ 329 333 if ($magicToDS_DB >= $DB:n) set magicToDS_DB = 0 330 334 end 335 # XXX magicDSRun doesn't have label so can't use add_poll_args 336 # add_poll_args run 337 command $run 331 338 end 332 339
Note:
See TracChangeset
for help on using the changeset viewer.
