kopia lustrzana https://github.com/friendica/friendica
delete old cache in poller.php
rodzic
6efc78e0e4
commit
3dbca2a804
|
@ -31,6 +31,10 @@ function poller_run($argv, $argc){
|
||||||
//proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo));
|
//proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo));
|
||||||
proc_run($php_path,"include/queue.php");
|
proc_run($php_path,"include/queue.php");
|
||||||
|
|
||||||
|
// clear old cache
|
||||||
|
q("DELETE FROM `cache` WHERE `updated`<'%s'",
|
||||||
|
dbesc(datetime_convert('UTC','UTC',"now - 30 days")));
|
||||||
|
|
||||||
|
|
||||||
$hub_update = false;
|
$hub_update = false;
|
||||||
$force = false;
|
$force = false;
|
||||||
|
|
Ładowanie…
Reference in New Issue