Skip to content

Commit c736348

Browse files
update timeout and frequency limits in API (#197)
1 parent 0593f13 commit c736348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,12 +483,12 @@ well as at least one probe ID.
483483

484484
The `frequency` value specifies how often the check runs in milliseconds
485485
(the value is not truly a "frequency" but a "period"). The minimum
486-
acceptable value is 1 second (1000 ms), and the maximum is 120 seconds
487-
(120000 ms).
486+
acceptable value is 1 second (1000 ms), and the maximum is 1 hour
487+
(3600000 ms).
488488

489489
The `timeout` value specifies the maximum running time for the check in
490490
milliseconds. The minimum acceptable value is 1 second (1000 ms), and the
491-
maximum 10 seconds (10000 ms).
491+
maximum 60 seconds (60000 ms).
492492

493493
The `ipVersion` value specifies whether the corresponding check will be
494494
performed using IPv4 or IPv6. The "Any" value indicates that IPv6 should

0 commit comments

Comments
 (0)