Skip to content

Commit f1ee208

Browse files
committed
Fix deprecation/removal of translog sync_interval
This commit backports commit 1f032cc from 2.4 to 2.3.
1 parent e455fd0 commit f1ee208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/index-modules/translog.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following _static_ per-index setting controls sync frequency of the translog
6262

6363
`index.translog.sync_interval`::
6464

65-
deprecated[2.3.0,Removed in 5.0.0] How often the translog is ++fsync++ed to disk and committed, regardless of
65+
How often the translog is ++fsync++ed to disk and committed, regardless of
6666
write operations. Defaults to `5s`.
6767

6868
The following <<indices-update-settings,dynamically updatable>> per-index settings

0 commit comments

Comments
 (0)