Remove application.conf from typed test projects (#25015)

It breaks assembly for multi-jvm jobs. Only needs to be in
the tests project.
This commit is contained in:
Christopher Batey 2018-04-30 09:58:35 +01:00 committed by Johan Andrén
parent 94f4905440
commit 188b74a013
3 changed files with 0 additions and 63 deletions

View file

@ -1,21 +0,0 @@
akka.loglevel = DEBUG
akka.actor.debug.lifecycle = off
dispatcher-1 {
fork-join-executor {
parallelism-min=1
parallelism-max=1
}
}
dispatcher-2 {
fork-join-executor {
parallelism-min=2
parallelism-max=2
}
}
dispatcher-8 {
fork-join-executor {
parallelism-min=8
parallelism-max=8
}
}

View file

@ -1,21 +0,0 @@
akka.loglevel = DEBUG
akka.actor.debug.lifecycle = off
dispatcher-1 {
fork-join-executor {
parallelism-min=1
parallelism-max=1
}
}
dispatcher-2 {
fork-join-executor {
parallelism-min=2
parallelism-max=2
}
}
dispatcher-8 {
fork-join-executor {
parallelism-min=8
parallelism-max=8
}
}

View file

@ -1,21 +0,0 @@
akka.loglevel = DEBUG
akka.actor.debug.lifecycle = off
dispatcher-1 {
fork-join-executor {
parallelism-min=1
parallelism-max=1
}
}
dispatcher-2 {
fork-join-executor {
parallelism-min=2
parallelism-max=2
}
}
dispatcher-8 {
fork-join-executor {
parallelism-min=8
parallelism-max=8
}
}