Skip to content

Commit

Permalink
size matters
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Aug 16, 2023
1 parent 7dcc887 commit c185c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function create_default_engine(name::String; size::String="XS")
max_wait_time_s = 600

try
create_engine(get_context(), name; size=size, readtimeout=max_wait_time_s)
create_engine(get_context(), name; size, readtimeout=max_wait_time_s)
catch e
# If the status code is 409 then the engine already exists and we can wait for it
# to be ready
Expand Down

0 comments on commit c185c80

Please sign in to comment.