fix(CheckProxy, Status): prevent proxy checks when force_stop is active; remove debug statement in General
This commit is contained in:
@@ -34,6 +34,9 @@ class Status extends Component
|
||||
public function checkProxy(bool $notification = false)
|
||||
{
|
||||
try {
|
||||
if ($this->server->proxy->force_stop) {
|
||||
return;
|
||||
}
|
||||
if ($this->polling) {
|
||||
if ($this->numberOfPolls >= 10) {
|
||||
$this->polling = false;
|
||||
|
||||
Reference in New Issue
Block a user