summaryrefslogtreecommitdiff
path: root/src/feed.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/feed.clj')
-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