(msg: Api.Message, seconds: number)
| 139 | "label": "超时 (秒)", |
| 140 | "type": "number", |
| 141 | "min": 5, |
| 142 | "max": 120, |
| 143 | "default": 30, |
| 144 | "description": "每次追踪的超时时间" |
| 145 | }, |
| 146 | { |
| 147 | "key": "maxHops", |
| 148 | "label": "最大跳数", |
| 149 | "type": "number", |
| 150 | "min": 5, |
| 151 | "max": 64, |
| 152 | "default": 30, |
| 153 | "description": "最大路由跳数" |
| 154 | } |
no test coverage detected