mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
add extra telegram options to docs/config #5587
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -3361,6 +3361,14 @@
|
||||
},
|
||||
"session": {
|
||||
"type": "string"
|
||||
},
|
||||
"useWSS": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to try to connect over Wss (or 443 port) or not"
|
||||
},
|
||||
"connectionRetries": {
|
||||
"type": "number",
|
||||
"description": "How many times the reconnection should retry, either on the initial connection or when Telegram disconnects us. May be set to a negative value for infinite retries, but this is not recommended. Defaults to 5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user