restore poller normal operation

2022.09-rc
friendica 2012-02-22 20:31:33 -08:00
rodzic 58a9c652de
commit d75d49a4c1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -194,8 +194,8 @@ function poller_run($argv, $argc){
$update = true;
break;
}
// if((! $update) && (! $force))
// continue;
if((! $update) && (! $force))
continue;
}
// Check to see if we are running out of memory - if so spawn a new process and kill this one