Browse Source

Remove obsolete plugins.info_refresh_interval setting

This setting has been removed in  #12367
Tanguy Leroux 10 years ago
parent
commit
cf6acbd7c2
1 changed files with 0 additions and 16 deletions
  1. 0 16
      docs/reference/cluster/nodes-info.asciidoc

+ 0 - 16
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
---------------------------------------------------