Loading CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Fixed - Use leaderboard expires rather than end active IDs with leaderboard resets. ## [2.1.0] - 2018-10-08 ### Added Loading server/leaderboard_scheduler.go +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ func (ls *LeaderboardScheduler) invokeExpiryElapse(t time.Time) { fnTournamentReset := ls.runtime.TournamentReset() ls.Lock() ids := ls.nearEndActiveIds ids := ls.nearExpiryIds ls.Unlock() // Immediately schedule the next invocation to avoid any gaps caused by time spent processing below. Loading Loading
CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Fixed - Use leaderboard expires rather than end active IDs with leaderboard resets. ## [2.1.0] - 2018-10-08 ### Added Loading
server/leaderboard_scheduler.go +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ func (ls *LeaderboardScheduler) invokeExpiryElapse(t time.Time) { fnTournamentReset := ls.runtime.TournamentReset() ls.Lock() ids := ls.nearEndActiveIds ids := ls.nearExpiryIds ls.Unlock() // Immediately schedule the next invocation to avoid any gaps caused by time spent processing below. Loading