mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +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
|
|
)
|