mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
add extra telegram options to docs/config #5587
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -3368,6 +3368,14 @@ See description for information about each item.
|
||||
},
|
||||
"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