mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 01:35:35 +08:00
update to 2.5.0-b4 (build 414)
This commit is contained in:
@@ -129,9 +129,6 @@ class Framework
|
||||
if (isset($this->server_set["task_worker_num"])) {
|
||||
$out["task_worker"] = $this->server_set["task_worker_num"];
|
||||
}
|
||||
if (!isset($this->server_set["pid_file"])) {
|
||||
$this->server_set["pid_file"] = ZMConfig::get("crash_dir") . ".zm.pid";
|
||||
}
|
||||
if (ZMConfig::get("global", "sql_config")["sql_host"] !== "") {
|
||||
$conf = ZMConfig::get("global", "sql_config");
|
||||
$out["mysql_pool"] = $conf["sql_database"] . "@" . $conf["sql_host"] . ":" . $conf["sql_port"];
|
||||
|
||||
Reference in New Issue
Block a user