We don't have this timer here.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 15:07:15 +0000 (15:07 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 15:07:15 +0000 (15:07 +0000)
citadel/modules/rssclient/serv_rssclient.c

index 511edeced7ac0f217d3769b3b0b7cf5ef3396e87..b3559f473c2524cb1ce7d230dd14dcd762471d85 100644 (file)
@@ -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