mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-26 16:06:33 +03:00
Debug clean up.
This commit is contained in:
parent
c86e40a275
commit
a4008e6656
@ -107,7 +107,6 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
|
|||||||
parent.relaySessionCount++;
|
parent.relaySessionCount++;
|
||||||
|
|
||||||
// Setup slow relay is requested. This will show down sending any data to this peer.
|
// Setup slow relay is requested. This will show down sending any data to this peer.
|
||||||
req.query.slowrelay = 50;
|
|
||||||
if ((req.query.slowrelay != null)) {
|
if ((req.query.slowrelay != null)) {
|
||||||
var sr = null;
|
var sr = null;
|
||||||
try { sr = parseInt(req.query.slowrelay); } catch (ex) { }
|
try { sr = parseInt(req.query.slowrelay); } catch (ex) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user