call global_purge_all_posts()
This commit is contained in:
parent
bcf4a5d85a
commit
d16d57ff2b
|
@ -46,6 +46,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Purge all posts (random 30 feeds)
|
||||||
|
global_purge_old_posts($link, true, 30);
|
||||||
|
|
||||||
// Update all feeds needing a update.
|
// Update all feeds needing a update.
|
||||||
update_daemon_common($link, $limit=0);
|
update_daemon_common($link, $limit=0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue