diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-14 07:56:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-14 07:56:02 +0200 |
commit | 0db48c7291067ff3dd6b0f38664cc6867e0e87e5 (patch) | |
tree | 8e52e60103ccaf1c2664e3841c575b199ae06129 /doc/ja/autogen/user | |
parent | d427fc05491af5c34d14cdf4ce632a55dc99d3f4 (diff) | |
download | weechat-0db48c7291067ff3dd6b0f38664cc6867e0e87e5.zip |
core: add option weechat.look.save_config_with_fsync (closes #1083)
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc index 632bf727a..c7b7ce8cd 100644 --- a/doc/ja/autogen/user/weechat_options.adoc +++ b/doc/ja/autogen/user/weechat_options.adoc @@ -1094,6 +1094,12 @@ ** 値: on, off ** デフォルト値: `+on+` +* [[option_weechat.look.save_config_with_fsync]] *weechat.look.save_config_with_fsync* +** 説明: pass:none[use fsync to synchronize the configuration file with the storage device (see man fsync); this is slower but should prevent any data loss in case of power failure during the save of configuration file] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+off+` + * [[option_weechat.look.save_layout_on_exit]] *weechat.look.save_layout_on_exit* ** 説明: pass:none[終了時にレイアウトを保存 (バッファ、ウィンドウ、両方)] ** タイプ: 整数 |