fvlvte / knurclub-backend-public

4 stars 0 forks source link

[Backend] Skip command based on average of active chatters #2

Open fvlvte opened 4 months ago

fvlvte commented 4 months ago

SCOPE

Add new way how skip works, calculate average of active chatters in peroid of 10 minutes and if 10% of them issue skip command skip the song in song request. Add this skip threshold to streamer config to be able to change it. Let the streamer to choose the way how skip works (old one - hardcoded or new dynamic way).

DESIGN

N/A

ACCEPTANCE CRITERIA