mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
listener should be threaded
This commit is contained in:
parent
de7dd3c070
commit
ff5990daec
@ -96,7 +96,7 @@ public class TransportMoreLikeThisAction extends BaseAction<MoreLikeThisRequest,
|
||||
.fields(getFields.toArray(new String[getFields.size()]))
|
||||
.type(request.type())
|
||||
.id(request.id())
|
||||
.listenerThreaded(false)
|
||||
.listenerThreaded(true)
|
||||
.operationThreaded(true);
|
||||
|
||||
request.beforeLocalFork();
|
||||
|
Loading…
x
Reference in New Issue
Block a user