update docs, and comments

This commit is contained in:
ross.mcdonald 2010-03-06 09:29:39 +00:00
parent a1e58b5b5e
commit af8a87749c
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
service = on
fair = on # should transactions be fair or non-fair (non fair yield better performance)
max-nr-of-retries = 1000 # max nr of retries of a failing transaction before giving up
timeout = 10000 # transaction timeout; if transaction have not committed within the timeout then it is aborted
timeout = 10000 # transaction timeout; if transaction has not committed within the timeout then it is aborted
distributed = off # not implemented yet
</stm>

View file

@ -1,4 +1,4 @@
# This config import the Akka reference configuration.
# This config imports the Akka reference configuration.
include "akka-reference.conf"
# In this file you can override any option defined in the 'akka-reference.conf' file.

View file

@ -30,7 +30,7 @@
* Persistence: A set of pluggable back-end storage modules that works in sync with the STM.
* Cassandra distributed and highly scalable database.
* MongoDB document database.
* Redis data structures database (upcoming)
* Redis data structures database.
* REST (JAX-RS): Expose actors as REST services.
* Comet: Expose actors as Comet services.
* Security: Digest and Kerberos based security.