Remove obsolete plugins.info_refresh_interval setting
This setting has been removed in #12367
This commit is contained in:
parent
17922d25b8
commit
cf6acbd7c2
|
@ -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
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue