summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-19 23:40:14 -0400
committersostler <sbostler@gmail.com>2010-05-19 23:40:14 -0400
commit4c783297cf9dd26750f41b84d17c2f1c66a3e3d8 (patch)
tree4113b1b32d2ee1432eaaed5e1c654d77d30429e2
parentdb1991141a3e298c1067e18d779f566a483f91ab (diff)
enable feed downloading
-rwxr-xr-xsrc/feed.clj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/feed.clj b/src/feed.clj
index da6eac5..d192e9e 100755
--- a/src/feed.clj
+++ b/src/feed.clj
@@ -111,10 +111,10 @@ WHERE NOT EXISTS (SELECT 1
(def *feed-refresh-period-sec* (* 20 60))
-;(def *feed-downloader*
-; (scheduled-agent process-all-feeds!
-; *feed-refresh-period-sec*
-; nil))
+(def *feed-downloader*
+ (scheduled-agent process-all-feeds!
+ *feed-refresh-period-sec*
+ nil))
;; Testing