From b1bb0580396a05c15348d366f7098da34d506271 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 6 Dec 2022 20:43:06 -0800 Subject: [PATCH] other small performance tweak. --- src/clj/auto_ap/square/core2.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/square/core2.clj b/src/clj/auto_ap/square/core2.clj index e26827e1..34f1f15e 100644 --- a/src/clj/auto_ap/square/core2.clj +++ b/src/clj/auto_ap/square/core2.clj @@ -27,7 +27,7 @@ (if (> try-count 4) false true)) (defn lookup-dates [] - (->> (periodic/periodic-seq (time/plus (time/now) (time/days -50)) + (->> (periodic/periodic-seq (time/plus (time/now) (time/days -15)) (time/now) (time/days 5)) (map (fn [d]