Merge branch 'main' into stable

This commit is contained in:
Micke Nordin 2025-02-03 15:06:16 +01:00
commit 0046349756
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

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=$((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")