Skip to content

Commit 967ecaf

Browse files
author
Tom May
committed
Change setting name back to client.lru.size.
1 parent 4363017 commit 967ecaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/client/lru/src/main/java/org/elasticsearch/client/node/lru/LruNodeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class LruNodeClient extends NodeClient {
6464
TransportSearchAction searchAction, TransportSearchScrollAction searchScrollAction,
6565
TransportMoreLikeThisAction moreLikeThisAction) {
6666
super(settings,threadPool,admin,indexAction,deleteAction,bulkAction,deleteByQueryAction,getAction,countAction,searchAction,searchScrollAction,moreLikeThisAction);
67-
this.lru = new LruIndexManager(settings.getAsInt("node.lrucache.size", 1), admin);
67+
this.lru = new LruIndexManager(settings.getAsInt("client.lru.size", 1), admin);
6868
}
6969

7070

0 commit comments

Comments
 (0)