|
@@ -2351,7 +2351,7 @@ class BiAuditPowiazania {
|
|
|
} else $this->lowProgressCount = 0;
|
|
} else $this->lowProgressCount = 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (((++$this->step) % 100000) == 0) {
|
|
|
|
|
|
|
+ if ((($this->step) % 100000) == 0) {
|
|
|
$this->saveProgress(['progress' => $progress]);
|
|
$this->saveProgress(['progress' => $progress]);
|
|
|
}
|
|
}
|
|
|
|
|
|