memcached.config
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <?xml version="1.0"?>
  2. <MemCachedConfigInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.     <ApplyMemCached>false</ApplyMemCached>  
  4.     <ServerList>10.0.2.137:11211</ServerList>
  5.     <PoolName>DiscuzNT_MemCache</PoolName>
  6.     <IntConnections>128</IntConnections>
  7.     <MinConnections>128</MinConnections>
  8.     <MaxConnections>512</MaxConnections>
  9.     <SocketConnectTimeout>1000</SocketConnectTimeout>
  10.     <SocketTimeout>3000</SocketTimeout>
  11.     <MaintenanceSleep>30</MaintenanceSleep>
  12.     <FailOver>true</FailOver>
  13.     <Nagle>true</Nagle>
  14.     <LocalCacheTime>30</LocalCacheTime> 
  15. </MemCachedConfigInfo>