Change default tick-duration to 10ms, see #3387

This commit is contained in:
Patrik Nordwall 2013-05-24 14:18:04 +02:00
parent 28d1b1f187
commit c05262f406
6 changed files with 9 additions and 65 deletions

View file

@ -710,20 +710,3 @@ Cluster Info Logging
You can silence the logging of cluster events at info level with configuration property::
akka.cluster.log-info = off
Cluster Scheduler
-----------------
It is recommended that you change the ``tick-duration`` to 33 ms or less
of the default scheduler when using cluster, if you don't need to have it
configured to a longer duration for other reasons. If you don't do this
a dedicated scheduler will be used for periodic tasks of the cluster, which
introduce the extra overhead of another thread.
::
# shorter tick-duration of default scheduler when using cluster
akka.scheduler.tick-duration = 33ms