Re-add the blockage to just run once per quarter hour.
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 18 Oct 2011 19:23:17 +0000 (21:23 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 18 Oct 2011 19:23:17 +0000 (21:23 +0200)
citadel/modules/rssclient/serv_rssclient.c

index e5060ec457a69d5095d1a6696a1a2ff756865977..561da6d96f9fc2b7bcc06bc7d38273983d499cf4 100644 (file)
@@ -684,11 +684,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