Browse Source

Mentioning that timeoutms is available in memcache only.

tags/2.0.0-beta
Panagiotis Moustafellos 11 years ago
parent
commit
b010ed8363
  1. 3
      framework/yii/caching/MemCacheServer.php

3
framework/yii/caching/MemCacheServer.php

@ -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;
} }

Loading…
Cancel
Save