Skip to content

Commit

Permalink
Dial to 70%
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Oct 15, 2024
1 parent 94307be commit 70c08d3
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.6; // 0 - 1.0
const dialPercentage = 0.7; // 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 70c08d3

Please sign in to comment.