mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Parity operation enhancements
This commit is contained in:
@@ -83,7 +83,7 @@ while (true) {
|
||||
$sbSynced = array_shift($synced) ?: $var['sbSynced'];
|
||||
$data = [];
|
||||
$spot = $var['mdResyncPos'];
|
||||
if ($spot>0) {
|
||||
if ($spot) {
|
||||
$size = $var['mdResyncSize'];
|
||||
$delta = $var['mdResyncDt'];
|
||||
$bytes = $var['mdResyncDb'];
|
||||
|
||||
Reference in New Issue
Block a user