Commit dd48e8a7 by resurtm

Uncomment UNIX Mutex.

parent 7aef563d
......@@ -12,9 +12,9 @@ class Mutex extends \yii\mutex\Mutex
public function init()
{
// if (stripos(php_uname('s'), 'win') === 0) {
// throw new InvalidConfigException('');
// }
if (stripos(php_uname('s'), 'win') === 0) {
throw new InvalidConfigException('');
}
}
protected function acquire($name, $timeout = 0)
......
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