Changeset 19426
- Timestamp:
- Sep 8, 2008, 3:44:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/fake.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/fake.pro
r19406 r19426 73 73 74 74 task.exec 75 $run = faketool -pendingimfile -limit 20 75 76 if ($DB:n == 0) 76 77 option DEFAULT 77 command faketool -pendingimfile -limit 2078 78 else 79 79 # save the DB name for the exit tasks 80 80 option $DB:$fakeImfile_DB 81 command faketool -pendingimfile -limit 20-dbname $DB:$fakeImfile_DB81 $run = $run -dbname $DB:$fakeImfile_DB 82 82 $fakeImfile_DB ++ 83 83 if ($fakeImfile_DB >= $DB:n) set fakeImfile_DB = 0 84 84 end 85 add_poll_args run 86 command $run 85 87 end 86 88 … … 194 196 195 197 task.exec 198 $run = faketool -pendingcleanuprun -limit 20 196 199 if ($DB:n == 0) 197 200 option DEFAULT 198 command faketool -pendingcleanuprun -limit 20201 command 199 202 else 200 203 # save the DB name for the exit tasks 201 204 option $DB:$fake_cleanup_DB 202 command faketool -pendingcleanuprun -limit 20-dbname $DB:$fake_cleanup_DB205 $run = $run -dbname $DB:$fake_cleanup_DB 203 206 $fake_cleanup_DB ++ 204 207 if ($fake_cleanup_DB >= $DB:n) set fake_cleanup_DB = 0 205 208 end 209 add_poll_args run 210 command $run 206 211 end 207 212
Note:
See TracChangeset
for help on using the changeset viewer.
