Skip to content

Commit cacf54a

Browse files
authored
Use new konserve flag to skip backups for stores with atomic updates. (#24)
1 parent b8befe4 commit cacf54a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src"]
22
:deps {com.taoensso/timbre {:mvn/version "6.1.0"}
33
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}
4-
io.replikativ/konserve {:mvn/version "0.7.311"}
4+
io.replikativ/konserve {:mvn/version "0.7.319"}
55
io.replikativ/superv.async {:mvn/version "0.3.46"}
66
org.clojure/clojure {:mvn/version "1.11.1"}
77
com.github.seancorfield/next.jdbc {:mvn/version "1.3.874"}

src/konserve_jdbc/core.clj

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
config (merge {:opts complete-opts
304304
:config {:sync-blob? true
305305
:in-place? true
306+
:no-backup? true
306307
:lock-blob? true}
307308
:default-serializer :FressianSerializer
308309
:compressor null-compressor

0 commit comments

Comments
 (0)