54 lines
805 B
JSON
54 lines
805 B
JSON
{
|
|
"netlib":{},
|
|
"module":{
|
|
"Options":{
|
|
"QueueBacklog":1024,
|
|
"MaxDone":1024,
|
|
"Interval":100
|
|
}
|
|
},
|
|
"tx":{
|
|
"TxSkeletonName":"github.com/idealeak/goserver/srvlib/txcommskeleton"
|
|
},
|
|
"executor":{
|
|
"Options":{
|
|
"QueueBacklog":1024,
|
|
"MaxDone":1024,
|
|
"Interval":0
|
|
},
|
|
"Worker":{
|
|
"WorkerCnt":8,
|
|
"Options":{
|
|
"QueueBacklog":1024,
|
|
"MaxDone":1024,
|
|
"Interval":0
|
|
}
|
|
}
|
|
},
|
|
"timer":{
|
|
"Options":{
|
|
"QueueBacklog":1024,
|
|
"MaxDone":1024,
|
|
"Interval":100
|
|
}
|
|
},
|
|
"core":{
|
|
"MaxProcs":4
|
|
},
|
|
"cmdline":{
|
|
"SupportCmdLine":true
|
|
},
|
|
"signal":{
|
|
"SupportSignal":true
|
|
},
|
|
"common":{
|
|
"AppId":"5c56d1644966f078bfb90c71",
|
|
"IsDevMode":true
|
|
},
|
|
"costum":{
|
|
"MgoRpcCliNet": "tcp",
|
|
"MgoRpcCliAddr": "127.0.0.1:8999",
|
|
"MgoRpcCliReconnInterV": 3
|
|
},
|
|
"webapi":{}
|
|
} |