summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-28 04:04:35 -0400
committersostler <sbostler@gmail.com>2010-05-28 04:04:35 -0400
commitf44dcf643f637c07148871819653f296c58cd3e0 (patch)
tree2576e025c2528a1460d5001f92db617238003a3d
parent4b2986ed19c4a57516fbbba71e525383a1f8b437 (diff)
Re-enable feeds
-rwxr-xr-xsrc/feed.clj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/feed.clj b/src/feed.clj
index ada83fc..3a3cc35 100755
--- a/src/feed.clj
+++ b/src/feed.clj
@@ -108,10 +108,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