mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-29 06:01:02 +00:00
feat!: big feature changes
BREAKING CHANGES: - Heartbeating removed - `config.consoleLogLevel` -> `config.logLevel` NEW FEATURES: - Training messages - Sequence number system - WebSocket close codes used instead of disconnect packets FIXES: - Improved error handling - Some performance improvements - Made code more clean - Updated dependencies
This commit is contained in:
@@ -17,12 +17,7 @@
|
||||
"type": "integer",
|
||||
"default": 1
|
||||
},
|
||||
"clientHeartbeatInterval": {
|
||||
"description": "Time in milliseconds to wait for a client to send a heartbeat packet, if no packet is received, the server will wait for `clientHeartbeatExtraTime` milliseconds before disconnecting the client",
|
||||
"type": "integer",
|
||||
"default": 60000
|
||||
},
|
||||
"consoleLogLevel": {
|
||||
"logLevel": {
|
||||
"description": "The log level to print to console",
|
||||
"type": "string",
|
||||
"enum": ["error", "warn", "info", "log", "debug", "trace", "none"],
|
||||
|
||||
Reference in New Issue
Block a user