mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
Fix statHeartbeatPeriodMillis
not copied in BotConfiguration.copy
This commit is contained in:
parent
758eca55cd
commit
104f7b4292
@ -512,6 +512,7 @@ public open class BotConfiguration { // open for Java
|
||||
new.parentCoroutineContext = parentCoroutineContext
|
||||
new.heartbeatPeriodMillis = heartbeatPeriodMillis
|
||||
new.heartbeatTimeoutMillis = heartbeatTimeoutMillis
|
||||
new.statHeartbeatPeriodMillis = statHeartbeatPeriodMillis
|
||||
new.firstReconnectDelayMillis = firstReconnectDelayMillis
|
||||
new.reconnectPeriodMillis = reconnectPeriodMillis
|
||||
new.reconnectionRetryTimes = reconnectionRetryTimes
|
||||
|
Loading…
Reference in New Issue
Block a user