mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Changed maxPercentageFromMilestone
to 10%
This commit is contained in:
parent
74a65f3b1c
commit
086da740a2
3 changed files with 3 additions and 3 deletions
|
@ -216,6 +216,6 @@
|
|||
"members": [100, 1000, 10000, 25000, 50000, 100000, 250000, 500000, 1000000],
|
||||
"minDaysSinceImported": 7,
|
||||
"minDaysSinceLastEmail": 14,
|
||||
"maxPercentageFromMilestone": 0.35
|
||||
"maxPercentageFromMilestone": 0.1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -148,7 +148,7 @@ describe('Milestones Service', function () {
|
|||
members: [10, 20, 30],
|
||||
minDaysSinceImported: 7,
|
||||
minDaysSinceLastEmail: 14,
|
||||
maxPercentageFromMilestone: 0.35
|
||||
maxPercentageFromMilestone: 0.1
|
||||
};
|
||||
|
||||
before(async function () {
|
||||
|
|
|
@ -41,7 +41,7 @@ describe('MilestonesService', function () {
|
|||
members: [100, 1000, 10000, 50000, 100000, 250000, 500000, 1000000],
|
||||
minDaysSinceImported: 7,
|
||||
minDaysSinceLastEmail: 14,
|
||||
maxPercentageFromMilestone: 0.35
|
||||
maxPercentageFromMilestone: 0.1
|
||||
};
|
||||
|
||||
describe('ARR Milestones', function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue