Skip to content

Commit

Permalink
Use new konserve flag to skip backups for stores with atomic updates. (
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo authored Nov 19, 2024
1 parent b8befe4 commit cacf54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src"]
:deps {com.taoensso/timbre {:mvn/version "6.1.0"}
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}
io.replikativ/konserve {:mvn/version "0.7.311"}
io.replikativ/konserve {:mvn/version "0.7.319"}
io.replikativ/superv.async {:mvn/version "0.3.46"}
org.clojure/clojure {:mvn/version "1.11.1"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.874"}
Expand Down
1 change: 1 addition & 0 deletions src/konserve_jdbc/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
config (merge {:opts complete-opts
:config {:sync-blob? true
:in-place? true
:no-backup? true
:lock-blob? true}
:default-serializer :FressianSerializer
:compressor null-compressor
Expand Down

0 comments on commit cacf54a

Please sign in to comment.