mirror of https://github.com/status-im/timbre.git
Revert "Update Carmine appender for Nippy v2.12+ API changes"
This reverts commit a044ef2d5f
.
Would rather provide back-compatibility Nippy side to prevent all
the dep conflicts that this'll lead to
This commit is contained in:
parent
a044ef2d5f
commit
599bf5a28a
|
@ -71,7 +71,7 @@
|
|||
|
||||
(when (> nmax-entries 0)
|
||||
(car/wcar conn-opts
|
||||
(binding [nippy/*freeze-fallback* :write-unfreezable]
|
||||
(binding [nippy/*final-freeze-fallback* nippy/freeze-fallback-as-str]
|
||||
(car/hset k-hash entry-hash entry))
|
||||
(car/zadd k-zset udt entry-hash)
|
||||
|
||||
|
|
Loading…
Reference in New Issue