=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
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue