hazelcast.xml (apache-openmeetings-6.1.0-src) | : | hazelcast.xml (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
software distributed under the License is distributed on an | software distributed under the License is distributed on an | |||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |||
KIND, either express or implied. See the License for the | KIND, either express or implied. See the License for the | |||
specific language governing permissions and limitations | specific language governing permissions and limitations | |||
under the License. | under the License. | |||
--> | --> | |||
<hazelcast | <hazelcast | |||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
xmlns="http://www.hazelcast.com/schema/config" | xmlns="http://www.hazelcast.com/schema/config" | |||
xsi:schemaLocation="http://www.hazelcast.com/schema/config http:/ /www.hazelcast.com/schema/config/hazelcast-config-4.1.xsd" | xsi:schemaLocation="http://www.hazelcast.com/schema/config http:/ /www.hazelcast.com/schema/config/hazelcast-config-4.2.xsd" | |||
> | > | |||
<map name="ONLINE_USERS_KEY"> | <map name="ONLINE_USERS_KEY"> | |||
<near-cache> | <near-cache> | |||
<eviction eviction-policy="NONE"/> | <eviction eviction-policy="NONE"/> | |||
<in-memory-format>OBJECT</in-memory-format> | <in-memory-format>OBJECT</in-memory-format> | |||
<cache-local-entries>true</cache-local-entries> | <cache-local-entries>true</cache-local-entries> | |||
</near-cache> | </near-cache> | |||
</map> | </map> | |||
<map name="ROOMS_KEY"> | <map name="ROOMS_KEY"> | |||
<near-cache> | <near-cache> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |