From 3a3c5f14f7bad6637d48f64c559476904a7f5e9d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 4 Sep 2011 15:07:15 +0000 Subject: [PATCH] We don't have this timer here. --- citadel/modules/rssclient/serv_rssclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/modules/rssclient/serv_rssclient.c b/citadel/modules/rssclient/serv_rssclient.c index 511edeced..b3559f473 100644 --- a/citadel/modules/rssclient/serv_rssclient.c +++ b/citadel/modules/rssclient/serv_rssclient.c @@ -666,11 +666,11 @@ void rssclient_scan(void) { long len; const char *Key; - /* Run no more than once every 15 minutes. */ + /* Run no more than once every 15 minutes. * / if ((time(NULL) - last_run) < 900) { return; } - +*/ /* * This is a simple concurrency check to make sure only one rssclient run * is done at a time. We could do this with a mutex, but since we -- 2.39.2