can-as
Results
2
issues of
can-as
**Describe the bug** A clear and concise description of what the bug is. ``` [Tue May 31 06:07:36.838 2022] [1] Set max_open_files to 100000 (previous was 65535), hardlimit is 65535....
bug
waiting for reply
function static frameInitialize() { // 获得数据库配置 $dbConf = Config::getInstance()->getConf('database'); // 全局初始化 Db::setConfig($dbConf); } 为啥这样使用tp 数据库操作不会有协程问题?,没看见代码在哪处理了?