We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecdaac commit 99edbf1Copy full SHA for 99edbf1
2 files changed
components/modals/RollupRankModal.vue
@@ -38,13 +38,13 @@ const metrics = ref([
38
{
39
key: "commits_weekly",
40
name: "Weekly commits",
41
- coefficient: 0.2,
+ coefficient: 0.1,
42
type: "Quantitative",
43
},
44
45
key: "last_pushed_at",
46
name: "Last pushed",
47
48
type: "Time-Based",
49
50
])
services/constants/rollups.js
@@ -8,8 +8,8 @@ export const rankCoefficients = {
8
day_blobs_count: 0.2,
9
avg_pfb_size: 0.3,
10
last_message_time: 0.3,
11
- commits_weekly: 0.2,
12
- last_pushed_at: 0.2,
+ commits_weekly: 0.1,
+ last_pushed_at: 0.1,
13
}
14
15
export const rankCategories = [
0 commit comments