We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yii2-mongodb扩展建议增加在复制集环境下的配置引导和说明
以下配置是经过验证的复制集配置,但是连接超时没有设置。
以下是一个复制集例子
return [ 'class' => '\yii\mongodb\Connection', 'dsn' => 'mongodb://user:pqssword@s1._test.mongodb.domain.cn:30000,s2.mongodb.domain.cn:30000,s3._test.mongodb.domain.cn:30000/databasename', ];
希望增加关于 connectTimeout 和socketTimeout 的config case
The text was updated successfully, but these errors were encountered:
Sure, feel free to add it.
Sorry, something went wrong.
No branches or pull requests
yii2-mongodb扩展建议增加在复制集环境下的配置引导和说明
以下配置是经过验证的复制集配置,但是连接超时没有设置。
以下是一个复制集例子
return [
'class' => '\yii\mongodb\Connection',
'dsn' => 'mongodb://user:pqssword@s1._test.mongodb.domain.cn:30000,s2.mongodb.domain.cn:30000,s3._test.mongodb.domain.cn:30000/databasename',
];
希望增加关于 connectTimeout 和socketTimeout 的config case
Additional info
The text was updated successfully, but these errors were encountered: