Merge branch 'main' into stable
This commit is contained in:
commit
0046349756
1 changed files with 1 additions and 1 deletions
|
@ -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=$((32 * number_of_full_to_keep))
|
||||
max_num_inc=$((50 * number_of_full_to_keep))
|
||||
max_num_full=$((2 * number_of_full_to_keep))
|
||||
|
||||
tabular_data=$(cat "${data_dir}/${project}/${bucket}.dat")
|
||||
|
|
Loading…
Add table
Reference in a new issue