Skip to content

Commit

Permalink
Update readme for existing Hazelcast instance usage
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Feb 5, 2018
1 parent 492e23f commit 8bb6806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ An example client config that connects directly (i.e. doesn't use multicast) to
- Add `sticky` attribute into `<Manager>` element. Its default value is *true*.
- Add `processExpiresFrequency` attribute into `<Manager>` element. It specifies the frequency of session validity check, in seconds. Its default value is *6* and the minimum value that you can set is *1*.
- Add `deferredWrite` attribute into `<Manager>` element. Its default value is *true*.
- In P2P mode, add `hazelcastInstanceName` attribute into `<Manager>` element. It specifies an existing Hazelcast instance to use for session replication.
<br></br>
Expand Down

0 comments on commit 8bb6806

Please sign in to comment.