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.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}