Changeset 19465 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r19126 r19465 70 70 71 71 task.exec 72 $run = dettool -tostacked 72 73 if ($DB:n == 0) 73 74 option DEFAULT 74 command dettool -tostacked -limit 2075 75 else 76 76 # save the DB name for the exit tasks 77 77 option $DB:$detPendingStackedImfile_DB 78 command dettool -tostacked -limit 20-dbname $DB:$detPendingStackedImfile_DB78 $run = $run -dbname $DB:$detPendingStackedImfile_DB 79 79 $detPendingStackedImfile_DB ++ 80 80 if ($detPendingStackedImfile_DB >= $DB:n) set detPendingStackedImfile_DB = 0 81 81 end 82 add_poll_args run 83 command $run 82 84 end 83 85 … … 184 186 185 187 task.exec 188 $run = dettool -pendingcleanup_stacked 186 189 if ($DB:n == 0) 187 190 option DEFAULT 188 command dettool -pendingcleanup_stacked -limit 20189 191 else 190 192 # save the DB name for the exit tasks 191 193 option $DB:$detCleanupStackedImfile_DB 192 command dettool -pendingcleanup_stacked -limit 20-dbname $DB:$detCleanupStackedImfile_DB194 $run = $run -dbname $DB:$detCleanupStackedImfile_DB 193 195 $detCleanupStackedImfile_DB ++ 194 196 if ($detCleanupStackedImfile_DB >= $DB:n) set detCleanupStackedImfile_DB = 0 195 197 end 198 add_poll_args run 199 command $run 196 200 end 197 201
Note:
See TracChangeset
for help on using the changeset viewer.
