Private session

This commit is contained in:
2025-11-17 13:34:35 -05:00
parent 1922cf5b87
commit 4719117504
4 changed files with 63 additions and 72 deletions

View File

@@ -2,8 +2,7 @@
const ps = require('./pubsub.js');
const {Torrent} = require('>/models');
console.log('here!!!!!!!!!!!!!')
const conf = require('>/conf');
let statusLock = false;
setInterval(async function(){
@@ -17,9 +16,4 @@ setInterval(async function(){
// console.error('status interval error', error)
}
statusLock = false
}, 10000, statusLock);
// ps.subscribe(/./g, function(...args){
// console.log('event', args);
// });
}, conf.transmission.statusUpdateInterval, statusLock);