Skip to content

Commit

Permalink
Review 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbickel committed Jul 24, 2018
1 parent 9c9c950 commit be8ef95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ContainerPool(childFactory: ActorRefFactory => ActorRef,
.headOption
.map(_ =>
takePrewarmContainer(r.action)
.map(container => (container, "recreated prewarm"))
.map(container => (container, "recreatedPrewarm"))
.getOrElse(createContainer(r.action.limits.memory.megabytes.MB), "recreated")))
} else None

Expand Down

0 comments on commit be8ef95

Please sign in to comment.