Merge branch 'master' into tres
Conflicts: include/socgraph.php
This commit is contained in:
@@ -159,7 +159,7 @@ function poller_run($argv, $argc){
|
||||
|
||||
// get rid of really old poco records
|
||||
|
||||
q("delete from xlink where xlink_updated < %s - INTERVAL %s",
|
||||
q("delete from xlink where xlink_updated < %s - INTERVAL %s and xlink_static = 0 ",
|
||||
db_utcnow(), db_quoteinterval('14 DAY')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user