Skip to content

Commit

Permalink
Update app.conf (#6208)
Browse files Browse the repository at this point in the history
I added a missing closing brace and fixed tabulation/spacing.
  • Loading branch information
brah-mcdude committed Oct 24, 2022
1 parent bf4e7b4 commit 1639765
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/examples/AspNetCore/Samples.Akka.AspNetCore/app.conf
@@ -1,9 +1,14 @@
akka {
actor {
deployment{
/hasher {
router = random-pool
nr-of-instances = 10
akka
{
actor
{
deployment
{
/hasher
{
router = random-pool
nr-of-instances = 10
}
}
}
}
}
}

0 comments on commit 1639765

Please sign in to comment.