Skip to content

Commit

Permalink
Adding cluster manager to more URL params
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Nov 15, 2022
1 parent b3640c5 commit a656ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opensearch-api/lib/opensearch/api/actions/get_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def get_script(arguments = {})
#
# @since 6.2.0
ParamsRegistry.register(:get_script, [
:master_timeout
:master_timeout,
:cluster_manager_timeout
].freeze)
end
end
Expand Down
1 change: 1 addition & 0 deletions opensearch-api/lib/opensearch/api/actions/indices/clone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def clone(arguments = {})
ParamsRegistry.register(:clone, [
:timeout,
:master_timeout,
:cluster_manager_timeout,
:wait_for_active_shards
].freeze)
end
Expand Down

0 comments on commit a656ddd

Please sign in to comment.