Skip to content

Commit deed5cf

Browse files
committed
set script.max_compilations_per_minute on node
1 parent c148dd5 commit deed5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Framework/ManagedElasticsearch/Process/ElasticsearchNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public ElasticsearchNode(NodeConfiguration config, INodeFileSystem fileSystem)
5555
$"{es}path.repo={this.FileSystem.RepositoryPath}",
5656
$"{es}path.data={Path.Combine(this.FileSystem.DataPath, this.FileSystem.ClusterName)}",
5757
$"{es}script.inline=true",
58+
$"{es}script.max_compilations_per_minute=10000",
5859
$"{es}script.{indexedOrStored}=true",
5960
$"{es}node.{attr}testingcluster=true"
6061
};

0 commit comments

Comments
 (0)