=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:
Konrad Malawski 2016-01-06 23:47:41 +01:00 committed by Konrad Malawski
parent b4f367e46a
commit f4f75c45bf
3 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,7 @@ object TestServer extends App {
val testConf: Config = ConfigFactory.parseString("""
akka.loglevel = INFO
akka.log-dead-letters = off
akka.stream.materializer.debug.fuzzing-mode = off
""")
implicit val system = ActorSystem("ServerTest", testConf)
implicit val fm = ActorMaterializer()