Miss-you commented on a change in pull request #1085: Modify bin/apisix to 
support the SO_REUSEPORT
URL: https://github.com/apache/incubator-apisix/pull/1085#discussion_r375708102
 
 

 ##########
 File path: bin/apisix
 ##########
 @@ -530,6 +531,10 @@ local function init()
         sys_conf["worker_processes"] = "auto"
     end
 
+    if sys_conf["enable_reuseport"] == false then
+        enable_reuseport = false
+    end
+
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to