mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-13 15:22:17 +02:00
fix: since to be in seconds
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
@ -80,7 +80,7 @@ export class StaticMirroringWorker implements IRunnable {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
since = Math.floor(Date.now()) - 30
|
since = Math.floor(Date.now() / 1000) - 30
|
||||||
|
|
||||||
if (cluster.isWorker && typeof process.send === 'function') {
|
if (cluster.isWorker && typeof process.send === 'function') {
|
||||||
debug('%s >> local: %s', config.address, event.id)
|
debug('%s >> local: %s', config.address, event.id)
|
||||||
|
Reference in New Issue
Block a user