Commit f906b9c0 authored by zhangkuanguang's avatar zhangkuanguang

memcache

parent 049b9a56
......@@ -75,7 +75,7 @@ function rand_server(){
$key = array_rand($ips);
return $ips[$key];
*/
return '172.17.1.97';
return '127.0.0.1';
}
......
......@@ -113,7 +113,7 @@ class ZSB_growth {
$key = array_rand($ips);
return $ips[$key];*/
return '172.17.1.97';
return '127.0.0.1';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment