1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

MeshCMD RPE improvement.

This commit is contained in:
Ylian Saint-Hilaire 2021-07-18 18:53:17 -07:00
parent 834544b2b2
commit c86e40a275
3 changed files with 23 additions and 7 deletions

View file

@ -107,6 +107,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
parent.relaySessionCount++;
// Setup slow relay is requested. This will show down sending any data to this peer.
req.query.slowrelay = 50;
if ((req.query.slowrelay != null)) {
var sr = null;
try { sr = parseInt(req.query.slowrelay); } catch (ex) { }