Skip to content

Commit

Permalink
feat(huya): mod DANMAKU_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
hldh214 committed Oct 15, 2021
1 parent 72ac7a5 commit 010ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recorder/utils/huya_danmaku_mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
CAPTION_MINIMAL_INTERVAL = 0.1 # 两条字幕之间间隔不小于 0.1 秒, 为了字幕播放性能
CONTENT_TTL = 4 # 弹幕展示时间 (秒)
CONTENT_MAXSIZE = 6 # 最多一次显示多少条弹幕
DANMAKU_DELAY = 6 # 时间轴快进 (秒) for 直播延迟
DANMAKU_DELAY = 4 # 时间轴快进 (秒) for 直播延迟

# spam 弹幕正则过滤
CONTENT_FILTER_PATTERNS = (
Expand Down

0 comments on commit 010ff4f

Please sign in to comment.