refactor: increase timeout factor of interval

This commit is contained in:
moonrailgun 2024-06-05 21:01:34 +08:00
parent 80713e0fce
commit 4e8d7613a4

View File

@ -71,7 +71,7 @@ func main() {
WorkspaceId: *WorkspaceId, WorkspaceId: *WorkspaceId,
Name: name, Name: name,
Hostname: hostname, Hostname: hostname,
Timeout: interval * 2, Timeout: interval * 5,
Payload: utils.GetReportDataPaylod(interval, *IsVnstat), Payload: utils.GetReportDataPaylod(interval, *IsVnstat),
} }