Skip to content

Commit

Permalink
Dial to 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Oct 19, 2024
1 parent 064338a commit 089c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db/migration-state-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const forceStatelyMembershipIds = new Set([
1234,
]);

const dialPercentage = 0.8; // 0 - 1.0
const dialPercentage = 0.9; // 0 - 1.0

// This would be better as a uniform hash but this is good enough for now
function isUserDialedIn(bungieMembershipId: number) {
Expand Down

0 comments on commit 089c19e

Please sign in to comment.