summaryrefslogtreecommitdiff
path: root/src/feed.clj
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-28 04:00:37 -0400
committersostler <sbostler@gmail.com>2010-05-28 04:00:37 -0400
commit4b2986ed19c4a57516fbbba71e525383a1f8b437 (patch)
tree39c2356841523b8ac8934084f128c7cb08711046 /src/feed.clj
parentb5ecbae40ab352995df2461301d72067ae5ed397 (diff)
Added fav notification
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 3a3cc35..ada83fc 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