goserver_sync/examples/other/config.json

50 lines
715 B
JSON

{
"netlib": {
"SrvInfo":
{
"Name": "TimerServer",
"Banner": [
"=================",
"timer server",
"================="
]
}
},
"core": {
"MaxProcs": 4,
"SupportCmdLine":true,
"SupportSignal": true,
"SupportAdmin": true,
"SlowMS": 200,
"Object": {
"QueueBacklog": 1024,
"MaxDone": 1024,
"Interval": 100
},
"Executor": {
"Object": {
"QueueBacklog": 1024,
"MaxDone": 1024,
"Interval": 0
},
"Worker": {
"WorkerCnt": 8,
"Object": {
"QueueBacklog": 1024,
"MaxDone": 1024,
"Interval": 0
}
}
},
"Timer": {
"Object": {
"QueueBacklog": 1024,
"MaxDone": 1024,
"Interval": 100
}
}
}
}