mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 07:10:54 +00:00
4.18.5
* Added: New socket server: `ayaya.frankerfacez.com` * Changed: Reduce weight for tuturu when selecting a socket server to connect to.
This commit is contained in:
parent
cef1520d66
commit
e0d2eb8d81
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.18.4",
|
||||
"version": "4.18.5",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
|
|
@ -75,10 +75,11 @@ export const WS_CLUSTERS = {
|
|||
Production: [
|
||||
['wss://catbag.frankerfacez.com/', 0.25],
|
||||
['wss://andknuckles.frankerfacez.com/', 0.8],
|
||||
['wss://tuturu.frankerfacez.com/', 1],
|
||||
['wss://tuturu.frankerfacez.com/', 0.7],
|
||||
['wss://lilz.frankerfacez.com/', 1],
|
||||
['wss://yoohoo.frankerfacez.com/', 1],
|
||||
['wss://pog.frankerfacez.com/', 1]
|
||||
['wss://pog.frankerfacez.com/', 1],
|
||||
['wss://ayaya.frankerfacez.com/', 1]
|
||||
],
|
||||
|
||||
Development: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue