Remove obsolete plugins.info_refresh_interval setting

This setting has been removed in  #12367
This commit is contained in:
Tanguy Leroux 2015-08-04 15:08:50 +02:00
parent 17922d25b8
commit cf6acbd7c2
1 changed files with 0 additions and 16 deletions

View File

@ -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
--------------------------------------------------