update steam profiles only once a day

This commit is contained in:
2022-02-01 19:23:41 +01:00
parent 4b3b8d8053
commit 1aa7cc260a
2 changed files with 28 additions and 13 deletions

View File

@@ -209,7 +209,8 @@ type (
const (
shareCodeURLEntry = "https://api.steampowered.com/ICSGOPlayers_730/GetNextMatchSharingCode/v1?key=%s&steamid=%d&steamidkey=%s&knowncode=%s"
SideMetaCacheKey = "csgowtfd_side_meta_%d"
CachePrefix = "csgowtfd_"
SideMetaCacheKey = CachePrefix + "side_meta_%d"
)
//goland:noinspection SpellCheckingInspection