Properties for configuring Akka
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/cc7024e8 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/cc7024e8 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/cc7024e8 Branch: refs/heads/usergrid-1268-akka-211 Commit: cc7024e8e7ede48162d0c10b84e7051f70b84d83 Parents: 8ae09ac Author: Dave Johnson <[email protected]> Authored: Thu Apr 21 14:46:57 2016 -0400 Committer: Dave Johnson <[email protected]> Committed: Mon Apr 25 15:49:54 2016 -0400 ---------------------------------------------------------------------- stack/config/src/main/resources/usergrid-default.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/cc7024e8/stack/config/src/main/resources/usergrid-default.properties ---------------------------------------------------------------------- diff --git a/stack/config/src/main/resources/usergrid-default.properties b/stack/config/src/main/resources/usergrid-default.properties index 4c4f29d..a55bf03 100644 --- a/stack/config/src/main/resources/usergrid-default.properties +++ b/stack/config/src/main/resources/usergrid-default.properties @@ -425,10 +425,13 @@ usergrid.queue.lock.timeout=5 # For more information: https://issues.apache.org/jira/browse/USERGRID-1268 # +# by default Akka0-based unique values validation is disable, akka is not started collection.akka.enabled=false +# host name of this machine collection.akka.hostname=localhost +# port to use for Akka. In multi-region setup, each region MUST use its own unique port. collection.akka.port=2551 # the region MUST be in the region list specified in the 'usergrid.queue.regionList' property @@ -441,7 +444,7 @@ collection.akka.region.seeds=us-east-1:localhost:2551 # The number of unique value actors to start on each Usergrid instance. collection.akka.uniquevalue.actors=300 -# +# TTL of unique value reservastion in in-memory cache collection.akka.uniquevalue.cache.ttl=10 # TTL of a unique value reservation when written to Cassandra
