parent
d200e3e73f
commit
2ef27b5e8f
|
|
@ -32,7 +32,6 @@ class UpdateCard extends Component
|
||||||
public ?string $errorLine = null; // Fehlerzeile bei rc != 0
|
public ?string $errorLine = null; // Fehlerzeile bei rc != 0
|
||||||
|
|
||||||
public ?string $message = null;
|
public ?string $message = null;
|
||||||
/* ===== Intern ===== */
|
|
||||||
public bool $postActionsDone = false;
|
public bool $postActionsDone = false;
|
||||||
protected string $cacheStartedAtKey = 'mw.update.started_at';
|
protected string $cacheStartedAtKey = 'mw.update.started_at';
|
||||||
protected int $failsafeSeconds = 20 * 60;
|
protected int $failsafeSeconds = 20 * 60;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue