mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
Mentioning that timeoutms is available in memcache only.
This commit is contained in:
@@ -47,7 +47,8 @@ class MemCacheServer extends \yii\base\Object
|
||||
*/
|
||||
public $status = true;
|
||||
/**
|
||||
* @var integer value in milliseconds which will be used for connecting to the server. Takes precedence over timeout
|
||||
* @var integer value in milliseconds which will be used for connecting to the server.
|
||||
* Takes precedence over timeout. This is used by memcache only.
|
||||
*/
|
||||
public $timemoutms = 2000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user