mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-03 05:22:26 +08:00
remove QuickStartDemo log
This commit is contained in:
parent
b4529532dc
commit
fbc66a2ad9
@ -35,7 +35,7 @@ void HelloImp::destroy()
|
|||||||
|
|
||||||
int HelloImp::testHello(const std::string &sReq, std::string &sRsp, tars::TarsCurrentPtr current)
|
int HelloImp::testHello(const std::string &sReq, std::string &sRsp, tars::TarsCurrentPtr current)
|
||||||
{
|
{
|
||||||
TLOGDEBUG("HelloImp::testHellosReq:"<<sReq<<endl);
|
//TLOGDEBUG("HelloImp::testHellosReq:"<<sReq<<endl);
|
||||||
sRsp = sReq;
|
sRsp = sReq;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
logpath = ./
|
logpath = ./
|
||||||
#merge net and imp thread
|
#merge net and imp thread
|
||||||
mergenetimp = 0
|
mergenetimp = 0
|
||||||
|
netthread=4
|
||||||
#local ip, for tarsnode
|
#local ip, for tarsnode
|
||||||
# local = tcp -h 127.0.0.1 -p 15001 -t 10000
|
# local = tcp -h 127.0.0.1 -p 15001 -t 10000
|
||||||
|
|
||||||
@ -55,7 +56,7 @@
|
|||||||
#allow ip
|
#allow ip
|
||||||
allow =
|
allow =
|
||||||
#max connection num
|
#max connection num
|
||||||
maxconns = 4096
|
maxconns = 20000
|
||||||
#imp thread num
|
#imp thread num
|
||||||
threads = 5
|
threads = 5
|
||||||
#servant
|
#servant
|
||||||
|
Loading…
Reference in New Issue
Block a user