标签: scala akka actor dispatcher
有没有办法更改Actor系统中所有actor的默认调度程序配置值?
答案 0 :(得分:4)
您可以在application.conf中覆盖默认调度程序的设置。可用设置位于https://github.com/akka/akka/blob/master/akka-actor/src/main/resources/reference.conf(第253行以上)。