Skip to content

Commit

Permalink
revert timeout deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Oct 31, 2022
1 parent 6462c72 commit 476a5a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ protected void sendUpdateMapping(Index index, Mapping mappingUpdate, ActionListe
putMappingRequest.setConcreteIndex(index);
putMappingRequest.source(mappingUpdate.toString(), XContentType.JSON);
putMappingRequest.clusterManagerNodeTimeout(dynamicMappingUpdateTimeout);
putMappingRequest.timeout(TimeValue.ZERO);
client.execute(
AutoPutMappingAction.INSTANCE,
putMappingRequest,
Expand Down

0 comments on commit 476a5a5

Please sign in to comment.