ThreeSixtyGiving / datastore

A Data Store application for 360Giving
GNU Affero General Public License v3.0
0 stars 1 forks source link

tools: data_run: Remove MAX_TOTAL_RUNS_IN_DB if statement #174

Closed michaelwood closed 9 months ago

michaelwood commented 9 months ago

The datastore now handles an argument for deciding the total number of datagetter runs held in the database. Remove this so it doesn't conflict/add another layer on top of the arguments supplied.

We leave MAX_TOTAL_RUNS_IN_DB in the script we still have:

MAX_PACKAGE_AGE_DAYS=`expr $MAX_TOTAL_RUNS_IN_DB + 2`