mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 23:00: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
|
@ -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