added caching to chat translation
This commit is contained in:
@@ -233,6 +233,7 @@ const (
|
||||
shareCodeURLEntry = "https://api.steampowered.com/ICSGOPlayers_730/GetNextMatchSharingCode/v1?key=%s&steamid=%d&steamidkey=%s&knowncode=%s"
|
||||
CachePrefix = "csgowtfd_"
|
||||
SideMetaCacheKey = CachePrefix + "side_meta_%d"
|
||||
MatchChatCacheKey = CachePrefix + "chat_%d_%s"
|
||||
)
|
||||
|
||||
//goland:noinspection SpellCheckingInspection
|
||||
|
Reference in New Issue
Block a user