mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
rebroadcast: remove noisy passive client requests
This commit is contained in:
4
plugins/prebuffer-mixin/package-lock.json
generated
4
plugins/prebuffer-mixin/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.185",
|
||||
"version": "0.1.186",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.185",
|
||||
"version": "0.1.186",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@scrypted/common": "file:../../common",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.1.185",
|
||||
"version": "0.1.186",
|
||||
"description": "Rebroadcast and Prebuffer for VideoCameras.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -723,7 +723,7 @@ class PrebufferSession {
|
||||
this.printActiveClients();
|
||||
}
|
||||
else {
|
||||
this.console.log('passive client request started');
|
||||
// this.console.log('passive client request started');
|
||||
}
|
||||
|
||||
const now = Date.now();
|
||||
@@ -768,7 +768,7 @@ class PrebufferSession {
|
||||
this.inactivityCheck(session);
|
||||
}
|
||||
else {
|
||||
this.console.log('passive client request ended');
|
||||
// this.console.log('passive client request ended');
|
||||
}
|
||||
cleanup();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user