Skip to content

Commit

Permalink
Merge pull request #34 from renatolabs/allow-small-ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolabs authored Mar 28, 2023
2 parents 1150b38 + a25bfe9 commit 47310b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cockroachdb/src/jepsen/cockroach/auto.clj
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
(str "--join="))]]
(wrap-env [(str "COCKROACH_LINEARIZABLE="
(if (:linearizable test) "true" "false"))
(str "COCKROACH_MAX_OFFSET=" "250ms")]
(str "COCKROACH_MAX_OFFSET=" "250ms")
(str "COCKROACH_MIN_RANGE_MAX_BYTES=0")]
(cockroach-start-cmdline join))))

(defn start!
Expand Down

0 comments on commit 47310b2

Please sign in to comment.