diff options
Diffstat (limited to 'src/feed.clj')
| -rwxr-xr-x | src/feed.clj | 8 |
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 |
