cap limit, cache key contains limit

This commit is contained in:
2021-10-23 23:32:36 +02:00
parent e394521755
commit 3124a849f1
2 changed files with 9 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ type (
const (
shareCodeURLEntry = "https://api.steampowered.com/ICSGOPlayers_730/GetNextMatchSharingCode/v1?key=%s&steamid=%d&steamidkey=%s&knowncode=%s"
SideMetaCacheKey = "csgowtfd_side_meta_%d"
SideMetaCacheKey = "csgowtfd_side_meta_%d_%d"
MatchMetaCacheKey = "csgowtfd_match_meta_%d"
)