mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 04:41:13 +00:00
[feature] StreamInfo Thread sleep time changed (3min -> 10min)
This commit is contained in:
@@ -38,7 +38,7 @@ object ChzzkHandler {
|
||||
private val dispatcher: CoroutinesEventBus by inject(CoroutinesEventBus::class.java)
|
||||
|
||||
private val lastRunMap = ConcurrentHashMap<String, Long>()
|
||||
private val requiredWait = 210_000L
|
||||
private val requiredWait = 300_000L
|
||||
|
||||
fun addUser(chzzkChannel: ChzzkChannel, user: User) {
|
||||
handlers.add(UserHandler(chzzkChannel, logger, user, streamStartTime = LocalDateTime.now()))
|
||||
|
Reference in New Issue
Block a user