浏览代码

Make "it" unambiguous

It wasn't clear whether "it" referred to async_threshold or
async_threshold_window.
pull/387/head
Csaba Hoch 8 年前
父节点
当前提交
c810b99244
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@ -279,7 +279,7 @@ This will use async messaging until the mailbox exceeds 20 messages, at which
point synchronous messaging will be used, and switch back to asynchronous, when point synchronous messaging will be used, and switch back to asynchronous, when
size reduces to `20 - 5 = 15`. size reduces to `20 - 5 = 15`.
If you wish to disable this behaviour, simply set it to `undefined`. It defaults
If you wish to disable this behaviour, simply set `async_threshold` to `undefined`. It defaults
to a low number to prevent the mailbox growing rapidly beyond the limit and causing to a low number to prevent the mailbox growing rapidly beyond the limit and causing
problems. In general, lager should process messages as fast as they come in, so getting problems. In general, lager should process messages as fast as they come in, so getting
20 behind should be relatively exceptional anyway. 20 behind should be relatively exceptional anyway.

正在加载...
取消
保存