Skip to content

Commit

Permalink
yousali:<fix>fix issue apache#1657
Browse files Browse the repository at this point in the history
generate the 'worker_cpu_affinity' config
  • Loading branch information
Miss-you committed Jun 5, 2020
1 parent f615cf7 commit 106c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apisix
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ local function init()
local sys_conf = {
lua_path = pkg_path_org,
lua_cpath = pkg_cpath_org,
os_name = excute_cmd("uname"),
os_name = trim(excute_cmd("uname")),
apisix_lua_home = apisix_home,
with_module_status = with_module_status,
error_log = {level = "warn"},
Expand Down

0 comments on commit 106c5fb

Please sign in to comment.