Skip to content

Commit

Permalink
upgrade memof
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 12, 2020
1 parent 36e45a5 commit 6e9c98e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
5 changes: 0 additions & 5 deletions calcit.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -14509,11 +14509,6 @@
|j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594053571185)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594053571580) (:text |{}) (:id |ZnEM2IFRc)
|j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594488461962)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594488491344) (:text |:cold-duration) (:id |SK2OGAmeGJ)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594489715135) (:text |100) (:id |F27tsepxy)
:id |-Id6j6pkst
|r $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1594488497725)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1594488499918) (:text |:trigger-loop) (:id |JJDwSAp0xleaf)
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mvc-works/lilac {:mvn/version "0.1.6"}
respo/ui {:mvn/version "0.3.15"}
respo {:mvn/version "0.12.3"}
cumulo/memof {:mvn/version "0.2.0-a2"}
cumulo/memof {:mvn/version "0.2.0-a3"}
}
:aliases {
:release {
Expand Down
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.3.4-a3",
{:version "0.3.4-a4",
:group-id "quamolit",
:artifact-id "phlox",
:skip-tag true,
Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[cumulo/util "0.1.12"]
[respo "0.12.3"]
[respo/ui "0.3.15"]
[cumulo/memof "0.2.0-a2"]
[cumulo/memof "0.2.0-a3"]
[org.clojure/core.incubator "0.1.4"]
[mvc-works/lilac "0.1.6"]
]
Expand Down
3 changes: 1 addition & 2 deletions src/phlox/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@

(defonce *events-element (atom nil))

(defonce *phlox-caches
(atom (memof/new-states {:cold-duration 100, :trigger-loop 200, :elapse-loop 600})))
(defonce *phlox-caches (atom (memof/new-states {:trigger-loop 200, :elapse-loop 600})))

(defonce *renderer (atom nil))

Expand Down

0 comments on commit 6e9c98e

Please sign in to comment.