1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00
* Changed: Re-enable the API stress testing experiment for testing the new server before migration.
This commit is contained in:
SirStendec 2020-11-12 17:02:04 -05:00
parent a95c2ebccd
commit 93908471bb
4 changed files with 6 additions and 6 deletions

View file

@ -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 {