Skip to content

Commit

Permalink
Decrease new-version check frequency from every five minutes to every…
Browse files Browse the repository at this point in the history
… hour.

Should help LightTable#2065
  • Loading branch information
kenny-evitt committed Dec 13, 2015
1 parent 21be6e7 commit f7f9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lt/objs/deploy.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(string/split " ")
(second)))))

(def version-timeout (* 5 60 1000))
(def version-timeout (* 60 60 1000))
(def version (get-versions))

(defn str->version [s]
Expand Down

0 comments on commit f7f9ccd

Please sign in to comment.