Skip to content

Commit

Permalink
perf: try making readonly default true
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Mar 30, 2024
1 parent f797116 commit 2830dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testrel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function Step(;
allow_unexpected::Symbol=default_allowed(),
expect_abort::Bool=false,
timeout_sec::Int64=default_timeout(),
readonly::Bool=false,
readonly::Bool=true,
)
return Step(
query,
Expand Down

0 comments on commit 2830dfe

Please sign in to comment.