huangbo 9 vuotta sitten
vanhempi
commit
4a06602691
2 muutettua tiedostoa jossa 10 lisäystä ja 9 poistoa
  1. 1 1
      ipu-server/build/build.properties
  2. 9 8
      ipu-server/etc/memcache.xml

+ 1 - 1
ipu-server/build/build.properties

@ -1,4 +1,4 @@
1
project_name=display
1
project_name=ipu-server
2 2
project_home=..
3 3
common_lib=../../wade-mobile-library/common
4 4


+ 9 - 8
ipu-server/etc/memcache.xml

@ -1,12 +1,13 @@
1 1
<?xml version = '1.0' encoding = 'UTF-8'?>
2 2

3 3
<memcache>
4
    <default-datacenter>center1</default-datacenter>
5
    <datacenter name="center1" >
6
        <cluster name="SSN_CACHE">
7
            <heartbeat-second>2</heartbeat-second>
8
            <pool-size>5</pool-size>
9
            <address master="127.0.0.1:11211"/>
10
        </cluster>
11
    </datacenter>
4
	<default-datacenter>center1</default-datacenter>
5
	<datacenter name="center1">
6
		<cluster name="codecode_cache"> <!-- SSN_CACHE -->
7
			<address master="123.57.35.51:30001" />
8
			<address master="123.57.35.51:30002" />
9
			<address master="123.57.35.51:30003" />
10
			<address master="123.57.35.51:30004" />
11
		</cluster>
12
	</datacenter>
12 13
</memcache>