12 lines
346 B
Text
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
|
|
}
|