加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
open.yaml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
guosongsong 提交于 2023-03-03 16:06 . docker
heartbeat:
port: 8002
region: "北京"
duration: 2
resources: 5
http:
address: "0.0.0.0:8002" #本服务host
port: 8002 #本服务端口
readTimeout: 5000 #fasthttp client完整响应读取(包括正文)的最大持续时间
writeTimeout: 5000 #fasthttp client完整请求写入(包括正文)的最大持续时间
noDefaultUserAgentHeader: true
maxConnPerHost: 10000
MaxIdleConnDuration: 5000 #空闲的保持连接将在此持续时间后关闭
NoDefaultUserAgentHeader: 30000
redis:
address: ""
password: "apipost"
db: 1
kafka:
address: ""
topIc: "report"
mongo:
dsn: ""
database: "runnergo_open"
stressDebugTable: "stress_debug"
sceneDebugTable: "scene_debug"
apiDebugTable: "api_debug"
debugTable: "debug_status"
autoTable: "auto_report"
machine:
maxGoroutines: 20005
serverType: 1
netName: ""
diskName: ""
log:
path: "/data/logs/RunnerGo/RunnerGo-engine-info.log" #本服务log存放地址
management:
notifyStopStress: "" #management服务停止性能任务接口
notifyRunFinish: "" #management服务任务完成接口
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化