Skip to content

Commit

Permalink
system: fix version of "enable_jit" option
Browse files Browse the repository at this point in the history
It seems to be wrong since the beginning.

- fluent/fluentd#3857
- fluent#422

Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
  • Loading branch information
daipom committed Dec 23, 2022
1 parent 405391b commit 05afc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Force disable the shared socket which is for listening a same port across multip

| type | default | version |
| :--- | :--- | :--- |
| bool | false | 1.15.1 |
| bool | false | 1.15.2 |

Enable JIT for worker processes. Internally, this configuration enables Ruby's `--jit` command-line option.

Expand Down

0 comments on commit 05afc46

Please sign in to comment.