Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
Tests how many consecutive CPU failures desktop noise suppression waits through before turning itself off.
This can change the balance between avoiding unnecessary noise-suppression shutdowns and keeping the feature active on a device that is struggling.
default {
"consecutiveFailures": 1
}variations {
"1": {
"consecutiveFailures": 3
},
"2": {
"consecutiveFailures": 5
},
"3": {
"consecutiveFailures": 10
}
}Tests how many consecutive CPU failures desktop noise suppression waits through before turning itself off.
This can change the balance between avoiding unnecessary noise-suppression shutdowns and keeping the feature active on a device that is struggling.
default {
"consecutiveFailures": 1
}variations {
"1": {
"consecutiveFailures": 3
},
"2": {
"consecutiveFailures": 5
},
"3": {
"consecutiveFailures": 10
}
}Keeps an open voice-channel chat panel available after the user leaves the voice channel.
People can keep reading shared links or continue the text conversation after a call without finding the channel again.
default {
"closeChatOnLeave": true
}variations {
"1": {
"closeChatOnLeave": false
}
}Tests reconstructed frames when an NVIDIA graphics card compresses screen-share and video streams.
It can affect the stability or efficiency of screen share and video calls, but measured results are needed to determine the user-visible direction.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests raising the maximum profile bio length from 190 to 300 characters.
People can explain more about themselves or their role in a server, although the audience and rollout remain dependent on experiment assignment.
default {
"maxLength": "r.NA2"
}variations {
"0": {
"maxLength": "r.NA2"
},
"1": {
"maxLength": "r.wKD"
}
}Previously varied the headline and body copy shown when monthly Nitro users could switch to a yearly plan.
Yearly billing is a larger upfront purchase, so the way savings and retained benefits are explained can affect understanding and selection.
variations {
"0": 0,
"1": 1,
"2": 2,
"3": 3
}Increases the standalone soundboard picker popout height by 100 px.
For servers with many sounds, or when a frequently used section appears, a taller picker can reduce scrolling. It is a small UI change, but it can affect repeated soundboard use.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Lets the desktop app use multiple spelling dictionaries at the same time.
People who switch between languages can get delayed or mismatched spelling feedback under a single-language detector. Applying several dictionaries can reduce that friction without requiring a manual language switch.
default {
"enableElectronMultilangSpellcheck": false
}variations {
"1": {
"enableElectronMultilangSpellcheck": true
}
}Changes the discount copy and badges shown for Nitro annual plans.
Annual billing is a larger upfront purchase, so clearer savings copy can affect whether buyers understand and choose it.
Tests gift price visibility, new price copy, and a monthly default in Nitro gifting.
This measures how quickly buyers understand gift price and duration, and whether defaulting to a one-month gift changes selection and checkout completion.
Tests showing the Nitro Basic card without its green accent treatment.
Even when price and benefits stay the same, card color can affect how users compare Basic against other Nitro plans.
Calculates a minimum 20 MB per-file upload limit on the web and shows that same limit in oversized-file guidance.
People whose existing per-file limit is below 20 MB can send larger files, and failure guidance stays aligned with the limit actually being applied.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}