mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Potential fix for bad time count in ProcessReleases class
This commit is contained in:
@@ -896,7 +896,7 @@ class ProcessReleases
|
||||
$deletedCount += $deleted;
|
||||
}
|
||||
|
||||
$firstQuery = $fourthQuery = now();
|
||||
$firstQuery = now();
|
||||
|
||||
if ($this->echoCLI) {
|
||||
$this->colorCli->primary(
|
||||
|
||||
Reference in New Issue
Block a user