From fdb8f82b46ce8506528bb0bfc639b09a323dbca1 Mon Sep 17 00:00:00 2001 From: Yudaotor Date: Tue, 1 Aug 2023 17:39:27 +0800 Subject: [PATCH] docs: change default maxStream to 4. --- README.EN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.EN.md b/README.EN.md index a637e32..d32522f 100644 --- a/README.EN.md +++ b/README.EN.md @@ -85,7 +85,7 @@ briefLogLength: 10 # Length of log brief information. Defau onlyWatchMatches: ["lcs","lla","lpl","lck","ljl-japan","lco","lec","cblol-brazil","pcs","tft_esports"] disWatchMatches: [] # Optional, here you can add Leagues you wish to ignore. Please note, names should be in lowercase. language: "en_US" # en_US for English.zh_CN for Simplified Chinese,zh_TW for Traditional Chinese. -maxStream: 3 # The default value is 3, which is the maximum number of matches that can be watched at the same time, beyond which they will not be watched. +maxStream: 4 # The default value is 4, which is the maximum number of matches that can be watched at the same time, beyond which they will not be watched. maxRunHours: -1 # Negative value is always running, positive value is running by hours, default -1. proxy: "" # Proxy address, not required for general users, e.g., "127.0.0.1:7890". connectorDropsUrl: "" # Discord webhook link. diff --git a/README.md b/README.md index cc0853e..175a9e0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ nickName: "" # 绰号,为空时默认为usernam onlyWatchMatches: ["lcs","lla","lpl","lck","ljl-japan","lco","lec","cblol-brazil","pcs","tft_esports"] # 只观看的赛区名称,小写. disWatchMatches: ["prime","lfl","liga","hitpoint","series","nlc","nationals","academy","qualifiers","legends","challengers","league"] # 不想看的赛区名称,可以在这里添加.(注意,是小写) maxRunHours: -1 # 负值为一直运行,正值为运行小时, 默认-1 -maxStream: 3 # 默认值为3,最大同时观看的比赛数,超过将会不予观看. +maxStream: 4 # 默认值为4,最大同时观看的比赛数,超过将会不予观看. mode: "safe" # 模式选择,safe为安全模式,normal为普通模式,默认为safe.具体含义见github exportDrops: False # 默认为False,是否需要导出生涯掉落详情文件,只会在脚本打开时生成. briefLogLength: 10 # 日志简略信息条数.默认为10