diff --git a/docs/reference/cluster/nodes-info.asciidoc b/docs/reference/cluster/nodes-info.asciidoc index 512de738e1d3..215e8449f37c 100644 --- a/docs/reference/cluster/nodes-info.asciidoc +++ b/docs/reference/cluster/nodes-info.asciidoc @@ -117,19 +117,3 @@ The result will look similar to: } } -------------------------------------------------- - -if your `plugin` data is subject to change use -`plugins.info_refresh_interval` to change or disable the caching -interval: - -[source,js] --------------------------------------------------- -# Change cache to 20 seconds -plugins.info_refresh_interval: 20s - -# Infinite cache -plugins.info_refresh_interval: -1 - -# Disable cache -plugins.info_refresh_interval: 0 ---------------------------------------------------