commit
d987ad2228
12 changed files with 18 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Actor Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Agent Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Cluster Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Beanstalk Mailboxes Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka File Mailboxes Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka MongoDB Mailboxes Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Redis Mailboxes Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka ZooKepper Mailboxes Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
# Akka Remote Reference Config File #
|
# 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.
|
# 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.
|
# actor.jar, because otherwise they would be repeated in config rendering.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
@ -60,7 +60,7 @@ akka {
|
||||||
# untrusted clients to connect.
|
# untrusted clients to connect.
|
||||||
untrusted-mode = off
|
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
|
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
|
# 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).
|
# to client).
|
||||||
netty {
|
netty {
|
||||||
|
|
||||||
# (O) In case of increased latency / overflow how long
|
# (O) In case of increased latency / overflow how long should we wait (blocking the sender)
|
||||||
# should we wait (blocking the sender) until we deem the send to be cancelled?
|
# until we deem the send to be cancelled?
|
||||||
# 0 means "never backoff", any positive number will indicate time to block at most.
|
# 0 means "never backoff", any positive number will indicate time to block at most.
|
||||||
backoff-timeout = 0ms
|
backoff-timeout = 0ms
|
||||||
|
|
||||||
|
|
@ -85,7 +85,7 @@ akka {
|
||||||
# or using 'akka.util.Crypt.generateSecureCookie'
|
# or using 'akka.util.Crypt.generateSecureCookie'
|
||||||
secure-cookie = ""
|
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)?
|
# (defined in the 'remote' section)?
|
||||||
require-cookie = off
|
require-cookie = off
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Testkit Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka Transactor Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Akka ZeroMQ Reference Config File #
|
# 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.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue