Compare commits

..

No commits in common. "0046349756ed9ef9fd8ff64a5965fdb5d7c666ca" and "98158e1be5418b9260a86ba5caeda5a2048dc19b" have entirely different histories.

View file

@ -20,7 +20,7 @@ for project in $(ls ${data_dir}); do
if [[ "${issixmonths}" == "true" ]]; then
number_of_full_to_keep=6
fi
max_num_inc=$((50 * number_of_full_to_keep))
max_num_inc=$((32 * number_of_full_to_keep))
max_num_full=$((2 * number_of_full_to_keep))
tabular_data=$(cat "${data_dir}/${project}/${bucket}.dat")