mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 09:55:54 +00:00
update_daemon2: enable stampfiles
This commit is contained in:
@@ -63,10 +63,9 @@
|
|||||||
|
|
||||||
$last_purge = 0;
|
$last_purge = 0;
|
||||||
|
|
||||||
// if (!make_stampfile('update_daemon.stamp')) {
|
if (!make_stampfile('update_daemon.stamp')) {
|
||||||
// print "error: unable to create stampfile";
|
print "warning: unable to create stampfile";
|
||||||
// die;
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
if (time() - $last_purge > PURGE_INTERVAL) {
|
if (time() - $last_purge > PURGE_INTERVAL) {
|
||||||
_debug("Purging old posts (random 30 feeds)...");
|
_debug("Purging old posts (random 30 feeds)...");
|
||||||
|
|||||||
Reference in New Issue
Block a user