mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
6ed93d4b82
* Add clarifications in comments * #191: Rename Service to Endpoint
10 lines
255 B
Go
10 lines
255 B
Go
package common
|
|
|
|
const (
|
|
// MaximumNumberOfResults is the maximum number of results that an endpoint can have
|
|
MaximumNumberOfResults = 100
|
|
|
|
// MaximumNumberOfEvents is the maximum number of events that an endpoint can have
|
|
MaximumNumberOfEvents = 50
|
|
)
|