diff --git a/handlers/badges.go b/handlers/badges.go index e5ec635..6983468 100644 --- a/handlers/badges.go +++ b/handlers/badges.go @@ -50,7 +50,7 @@ const ( textMarginY = 14 badgeHeight = 20 textStyle = "text-anchor:start;font-size:12px;fill:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;" - badgeExpireSeconds = 60 + badgeExpireSeconds = 10 labelWidthPortion = 0.65 metricRequestTimeout = 10 * time.Second ErrorMessageInternalError = "Oops, there's something wrong, please try it again later."