refactor: increase timeout factor of interval
This commit is contained in:
parent
80713e0fce
commit
4e8d7613a4
@ -71,7 +71,7 @@ func main() {
|
||||
WorkspaceId: *WorkspaceId,
|
||||
Name: name,
|
||||
Hostname: hostname,
|
||||
Timeout: interval * 2,
|
||||
Timeout: interval * 5,
|
||||
Payload: utils.GetReportDataPaylod(interval, *IsVnstat),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user