mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 23:00:14 +08:00
Do not set mirai.event.trace
by default
This commit is contained in:
parent
4e57c21646
commit
8ac5b2d8c0
@ -13,6 +13,6 @@ import net.mamoe.mirai.internal.test.AbstractTest
|
||||
|
||||
internal abstract class AbstractEventTest : AbstractTest() {
|
||||
init {
|
||||
System.setProperty("mirai.event.trace", "true")
|
||||
// System.setProperty("mirai.event.trace", "true") // Do not set it to true by default, or the concurrency stress test will become extremely slow.
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user