Skip to content

Commit

Permalink
docs: change default maxStream to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudaotor committed Aug 1, 2023
1 parent d9e8761 commit fdb8f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdb8f82

Please sign in to comment.