mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.20.46
* Changed: Re-enable the API stress testing experiment for testing the new server before migration.
This commit is contained in:
parent
a95c2ebccd
commit
93908471bb
4 changed files with 6 additions and 6 deletions
|
@ -747,7 +747,7 @@ export default class Badges extends Module {
|
|||
|
||||
if ( this.experiments.getAssignment('api_load') && tries < 1 )
|
||||
try {
|
||||
fetch(`${NEW_API}/v2/badges`).catch(() => {});
|
||||
fetch(`${NEW_API}/v1/badges/ids`).catch(() => {});
|
||||
} catch(err) { /* do nothing */ }
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue