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 authored Aug 1, 2023
1 parent 8591e6d commit e4c0c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ username: "账号用户名" # 必填,账号 / Required field, username
password: "密码" # 必填,密码 / Required field, password
connectorDropsUrl: "" # webhook提醒链接,不填则不提醒(支持discord,企业微信,钉钉,饭碗警告,飞书) / Webhook URL to send notifications (supported: Discord, WeCom, DingTalk, Fwalert, Feishu)
nickName: "" # 绰号, 不填即为用户名. / Nickname for added account, "username" by default.
maxStream: 3 # 最大同时观看比赛数.默认为3 / Maximum number of matches to be watched simultaneously. Default is 3.
maxStream: 4 # 最大同时观看比赛数.默认为4 / Maximum number of matches to be watched simultaneously. Default is 4.
briefLogLength: 10 # 日志简略信息条数.默认为10 / Length of logging information, 10 by default.
language: "en_US" # 语言选择,zh_CN是简体中文,en_US是英文, zh_TW是繁体中文 / Language selection, zh_CN for Chinese (Simplified), en_US for English, zh_TW for Chinese (Traditional)
autoSleep: True # 是否自动休眠,即没比赛时自动休眠,有比赛时自动唤醒(默认为True) / Toggle for auto-sleep mode: sleeping while no matches live, waking up when match go live (True by default)
Expand Down

0 comments on commit e4c0c07

Please sign in to comment.