Skip to content

Commit

Permalink
fixup! feat: add option to split long records
Browse files Browse the repository at this point in the history
  • Loading branch information
mping-exo committed Jul 15, 2024
1 parent 5075582 commit bfbc263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exoscale/vinyl/store.clj
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
context
open-mode
true)
(fn/make-fun f))))))
(fn/make-fun f))))))
(run-in-context [this f]
(.run ^FDBDatabase (::db this)
(reify Function
Expand Down Expand Up @@ -242,7 +242,7 @@
context
open-mode
true)
(fn/make-fun f))))))
(fn/make-fun f))))))
(run-in-context [_ f]
(.run
runner
Expand Down

0 comments on commit bfbc263

Please sign in to comment.