=htc disable fuzzing-mode by default in TestServer
So I won't catch myself again and again measuring something with fuzzing on ;)
This commit is contained in:
parent
b4f367e46a
commit
f4f75c45bf
3 changed files with 5 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ private[akka] case class ActorMaterializerImpl(system: ActorSystem,
|
|||
|
||||
if (settings.fuzzingMode) {
|
||||
_logger.warning("Fuzzing mode is enabled on this system. If you see this warning on your production system then " +
|
||||
"set akka.materializer.debug.fuzzing-mode to off.")
|
||||
"set akka.stream.materializer.debug.fuzzing-mode to off.")
|
||||
}
|
||||
|
||||
override def shutdown(): Unit =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue