Navigation Menu

Skip to content

Commit

Permalink
doc: add versionadded markup
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 30, 2015
1 parent 66050ba commit 27a38af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/reference/executables/groonga.rst
Expand Up @@ -252,6 +252,8 @@ Options

.. cmdoption:: --log-rotate-threshold-size <threshold>

.. versionadded:: 5.0.3

Specifies threshold for log rotation. Log file is rotated when log file size is larger than or equals to the threshold (default: 0; disabled).

.. cmdoption:: --query-log-path <path>
Expand All @@ -260,6 +262,8 @@ Options

.. cmdoption:: --query-log-rotate-threshold-size <threshold>

.. versionadded:: 5.0.3

Specifies threshold for query log rotation. Query log file is rotated when query log file size is larger than or equals to the threshold (default: 0; disabled).

.. cmdoption:: -t, --max-threads <max threasd>
Expand Down

0 comments on commit 27a38af

Please sign in to comment.