commit
d987ad2228
12 changed files with 18 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Actor Reference Config File #
|
||||
####################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Agent Reference Config File #
|
||||
####################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Cluster Reference Config File #
|
||||
######################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Beanstalk Mailboxes Reference Config File #
|
||||
##################################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka File Mailboxes Reference Config File #
|
||||
#############################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka MongoDB Mailboxes Reference Config File #
|
||||
################################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Redis Mailboxes Reference Config File #
|
||||
##############################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka ZooKepper Mailboxes Reference Config File #
|
||||
##################################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# Akka Remote Reference Config File #
|
||||
#####################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
# comments above akka.actor settings left out where they are already in akka-
|
||||
# comments about akka.actor settings left out where they are already in akka-
|
||||
# actor.jar, because otherwise they would be repeated in config rendering.
|
||||
|
||||
akka {
|
||||
|
|
@ -60,7 +60,7 @@ akka {
|
|||
# untrusted clients to connect.
|
||||
untrusted-mode = off
|
||||
|
||||
# Timeout for ACK of cluster operations, lik checking actor out etc.
|
||||
# Timeout for ACK of cluster operations, like checking actor out etc.
|
||||
remote-daemon-ack-timeout = 30s
|
||||
|
||||
# If this is "on", Akka will log all inbound messages at DEBUG level, if off then they are not logged
|
||||
|
|
@ -76,8 +76,8 @@ akka {
|
|||
# to client).
|
||||
netty {
|
||||
|
||||
# (O) In case of increased latency / overflow how long
|
||||
# should we wait (blocking the sender) until we deem the send to be cancelled?
|
||||
# (O) In case of increased latency / overflow how long should we wait (blocking the sender)
|
||||
# until we deem the send to be cancelled?
|
||||
# 0 means "never backoff", any positive number will indicate time to block at most.
|
||||
backoff-timeout = 0ms
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ akka {
|
|||
# or using 'akka.util.Crypt.generateSecureCookie'
|
||||
secure-cookie = ""
|
||||
|
||||
# (I) Should the remote server require that it peers share the same secure-cookie
|
||||
# (I) Should the remote server require that its peers share the same secure-cookie
|
||||
# (defined in the 'remote' section)?
|
||||
require-cookie = off
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Testkit Reference Config File #
|
||||
######################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka Transactor Reference Config File #
|
||||
#########################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Akka ZeroMQ Reference Config File #
|
||||
#####################################
|
||||
|
||||
# This the reference config file has all the default settings.
|
||||
# This is the reference config file that contains all the default settings.
|
||||
# Make your edits/overrides in your application.conf.
|
||||
|
||||
akka {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue