mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Expire badge cache in 10 seconds
This commit is contained in:
+1
-1
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user