2012-01-16 10:48:23 +01:00
|
|
|
##############################
|
|
|
|
|
# Akka Reference Config File #
|
|
|
|
|
##############################
|
|
|
|
|
|
|
|
|
|
# This the reference config file has all the default settings.
|
|
|
|
|
# Make your edits/overrides in your application.conf.
|
|
|
|
|
|
|
|
|
|
akka {
|
|
|
|
|
|
|
|
|
|
zeromq {
|
|
|
|
|
|
2012-01-19 13:06:22 +01:00
|
|
|
# The default timeout for a poll on the actual zeromq socket.
|
|
|
|
|
poll-timeout = 100ms
|
|
|
|
|
|
2012-01-16 10:48:23 +01:00
|
|
|
socket-dispatcher {
|
|
|
|
|
# A zeromq socket needs to be pinned to the thread that created it.
|
|
|
|
|
# Changing this value results in weird errors and race conditions within zeromq
|
|
|
|
|
type = "PinnedDispatcher"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|