We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f5975 commit f0316a2Copy full SHA for f0316a2
src/data/karma.ts
@@ -8,7 +8,7 @@ export type KarmaAgg = {
8
readonly value: number;
9
};
10
11
-const RATE_OF_DECAY = 1000 * 60 * 60 * 24 * (365 / 4); // half every quarter
+const RATE_OF_DECAY = 1000 * 60 * 60 * 24 * (365 / 6); // half every two months
12
13
const karmaAggregateGroup = [
14
{
0 commit comments