mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-16 10:20:00 +01:00
Add clarification on hack
This commit is contained in:
parent
4dbde07b85
commit
1e28905c8d
@ -19,6 +19,9 @@ import (
|
|||||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// arraySeparator is the separator used to separate multiple strings in a single column.
|
||||||
|
// It's a dirty hack, but it's only used for persisting errors, and since this data will likely only ever be used
|
||||||
|
// for aesthetic purposes, I deemed it wasn't worth the performance impact of yet another one-to-many table.
|
||||||
arraySeparator = "|~|"
|
arraySeparator = "|~|"
|
||||||
|
|
||||||
uptimeCleanUpThreshold = 10 * 24 * time.Hour // Maximum uptime age before triggering a clean up
|
uptimeCleanUpThreshold = 10 * 24 * time.Hour // Maximum uptime age before triggering a clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user