diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-24 00:52:57 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-06-04 21:40:59 +0200 |
commit | c6b8825659d686b0e9962044a00b6f15644ab326 (patch) | |
tree | e8249dffe8e782884bbbd77e5e12dc913d680dae /docs/Options.md | |
parent | 10aea3c59ca1852c333087aa2a33ef08af74d473 (diff) | |
download | wee-slack-c6b8825659d686b0e9962044a00b6f15644ab326.tar.gz |
Make history fetch count configurable
Fixes #376
Diffstat (limited to 'docs/Options.md')
-rw-r--r-- | docs/Options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Options.md b/docs/Options.md index d829881..39ea4f5 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -118,6 +118,12 @@ slack` after changing it to take effect. **Description:** The prefix of buffer names for groups (private channels). +### history_fetch_count + +**Default:** `200` + +**Description:** The number of messages to fetch for each channel when fetching history, between 1 and 1000. + ### map_underline_to **Default:** `_` |