timiimit / UT4MasterServer

Reimplementation of Epic's server for Unreal Tournament pre-alpha
https://ut4.timiimit.com
59 stars 18 forks source link

Delete old statistic records #100

Closed belmirp closed 1 year ago

belmirp commented 1 year ago

By default, this method is deleting statistics that are at least 30 days old and they don't have flagged properties. Currently, it can be only called from controller. When decided, we should put call to this method on specific places such as: after posting new statistics, after querying statistics, etc.

Related: #22