Mentioning that timeoutms is available in memcache only.

This commit is contained in:
Panagiotis Moustafellos
2013-08-24 17:52:16 +03:00
parent 7840ace6e6
commit b010ed8363

View File

@@ -47,7 +47,8 @@ class MemCacheServer extends \yii\base\Object
*/ */
public $status = true; 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; public $timemoutms = 2000;
} }