Do not set mirai.event.trace by default

This commit is contained in:
Him188 2022-05-13 22:18:53 +01:00
parent 4e57c21646
commit 8ac5b2d8c0

View File

@ -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.
}
}