Skip to content

Commit

Permalink
Set replica to 1 in 130_geo_shape_runtime.yaml (#100906)
Browse files Browse the repository at this point in the history
Set number of replicas to 1 so the test can run against serverless.
  • Loading branch information
iverase authored Oct 16, 2023
1 parent 04f37df commit 12f249e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup:
body:
settings:
number_of_shards: 1
number_of_replicas: 0
number_of_replicas: 1
mappings:
runtime:
geometry_from_doc_value:
Expand Down

0 comments on commit 12f249e

Please sign in to comment.