pekko/stream-tests/src/test/resources/reference.conf
2023-03-03 13:24:19 +01:00

12 lines
346 B
Text

# SPDX-License-Identifier: Apache-2.0
pekko {
loggers = ["org.apache.pekko.testkit.TestEventListener"]
actor {
default-dispatcher.throughput = 1 // Amplify the effects of fuzzing
}
pekko.actor.warn-about-java-serializer-usage = false
stream.materializer.debug.fuzzing-mode = on
stream.secret-test-fuzzing-warning-disable = 42
}