mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
load pieces hash skip error torrent
This commit is contained in:
@@ -33,7 +33,7 @@ class TorrentLoadPiecesHash extends Command
|
||||
$rep = new TorrentRepository();
|
||||
$this->info("id: $id, going to load pieces hash...");
|
||||
$total = $rep->loadPiecesHashCache($id);
|
||||
$this->info(sprintf("total: %s, cost time: %s seconds.", $total, time() - $begin));
|
||||
$this->info(sprintf("%s, total: %s, cost time: %s seconds.", nexus()->getRequestId(), $total, time() - $begin));
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user