mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
9ad8c08505
commit
9096baf7d9
@ -58,7 +58,7 @@ public abstract class ShardReplicationOperationRequest<T extends ShardReplicatio
|
||||
super(request);
|
||||
this.timeout = request.timeout();
|
||||
this.index = request.index();
|
||||
this.threadedOperation = request.threadedOperation;
|
||||
this.threadedOperation = request.operationThreaded();
|
||||
this.replicationType = request.replicationType();
|
||||
this.consistencyLevel = request.consistencyLevel();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user