-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathclient.ncconf
More file actions
13 lines (13 loc) · 1.01 KB
/
client.ncconf
File metadata and controls
13 lines (13 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!-- Client configuration file is used by client to connect to out-proc caches.
Light weight client also uses this configuration file to connect to the remote caches.
This file is automatically generated each time a new cache/cluster is created or
cache/cluster configuration settings are applied.
-->
<configuration>
<ncache-server connection-retries="5" retry-connection-delay="0" retry-interval="1" command-retries="3" command-retry-interval="0.1" client-request-timeout="90" connection-timeout="5" port="9800" local-server-ip="20.200.21.90" enable-keep-alive="False" keep-alive-interval="0"/>
<cache id="demoCache" client-cache-id="" client-cache-syncmode="optimistic" skip-client-cache-if-unavailable="True" reconnect-client-cache-interval="10" default-readthru-provider="" default-writethru-provider="" load-balance="False" enable-client-logs="True" log-level="error">
<server name="20.200.21.83"/>
<server name="20.200.21.103"/>
</cache>
</configuration>