Compare commits
28 commits
98158e1be5
...
0046349756
Author | SHA1 | Date | |
---|---|---|---|
0046349756 | |||
def0a0a77b | |||
|
2625269aba | ||
38cd097f71 | |||
ab2d70303f | |||
0154a533ce | |||
63b780028f | |||
31f4c1eb9b | |||
b6c0bb2f46 | |||
9e6e33e137 | |||
977bd84f50 | |||
c7de56f73f | |||
2abf9ecf27 | |||
501ca8edfb | |||
fff058613a | |||
369492be90 | |||
856bc3b2c5 | |||
ebdf6f3b46 | |||
53e9a65b9f | |||
0400e89f36 | |||
571535f569 | |||
09ee93515c | |||
9f721c38e8 | |||
d4fae26777 | |||
c4f95af173 | |||
e0c4ddcd6e | |||
24a5abbefe | |||
65a236dcaa |
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