Skip to content

Commit db47ce0

Browse files
committed
darwinosl: added deprecated option parts
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 1673e12 commit db47ce0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**NOTE:** The deprecated `{{ include.old }}()` option is an alias for the `{{ include.new }}()` option, retained for compatibility with earlier {{ site.product.short_name }} versions, but it may be removed at any time without further notice!
2+
{: .notice--info}

_includes/doc/admin-guide/options/log-fetch-delays.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
**NOTE:** Increasing the value of this parameter (which lowers delay time) can increase log feed performance, but at could increase system load.
99
{: .notice--info}
1010

11+
{% include doc/admin-guide/options/deprecated-options.md old='fetch-delay' new='log-fetch-delay' %}
12+
1113
## log-fetch-retry-delay()
1214

1315
|Type:| integer|
1416
|Default:| `1`|
1517

1618
*Description:* Controls how many seconds {{ site.product.short_name }} spends idle before checking for new logs, in case no new logs were read the last time.
19+
20+
{% include doc/admin-guide/options/deprecated-options.md old='fetch-retry-delay' new='log-fetch-retry-delay' %}

0 commit comments

Comments
 (0)