Browse Source

add pieces total left to debug

main
ghost 11 months ago
parent
commit
7ad57d1e96
  1. 2
      cli/fix.php

2
cli/fix.php

@ -168,7 +168,7 @@ foreach ((array) $namespaces as $namespace) @@ -168,7 +168,7 @@ foreach ((array) $namespaces as $namespace)
$delay = isset($argv[3]) && $argv[3] > 0 ? (int) $argv[3] : 60;
echo sprintf(
'Piece %s sent, waiting %s seconds...' . PHP_EOL,
'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL,
$key,
$total,
$delay

Loading…
Cancel
Save