call global_purge_all_posts()
This commit is contained in:
parent
bcf4a5d85a
commit
d16d57ff2b
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Purge all posts (random 30 feeds)
|
||||
global_purge_old_posts($link, true, 30);
|
||||
|
||||
// Update all feeds needing a update.
|
||||
update_daemon_common($link, $limit=0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue