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