Commit da79d8c6 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

remove IPC Feature

parent adf2c2b6
...@@ -20,6 +20,7 @@ if(m.read=="false" && m.write=="false") ...@@ -20,6 +20,7 @@ if(m.read=="false" && m.write=="false")
if(m.read=="true"){ss.http_start();} if(m.read=="true"){ss.http_start();}
if(m.write=="true"){ if(m.write=="true"){
ss.amqp_start(); ss.amqp_start();
ss.ipc_start(); //Disable IPC Feature
//ss.ipc_start();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment