aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-01lower the interval for leaderboardUpdateMemberQueue even moremat
2021-06-01decrease the queue intervals by a lotmat
2021-06-01add queue sizes to index debug datamat
2021-06-01temporarily disable fetchMemberLeaderboardSpotsmat
2021-06-01Revert "Revert "Revert "temporarily disable leaderboard cache"""mat
2021-06-01Revert "Revert "temporarily disable leaderboard cache""mat
2021-06-01Revert "temporarily disable leaderboard cache"mat
2021-06-01temporarily disable leaderboard cachemat
2021-05-31decrease basicPlayerCache maxAge moremat
2021-05-31add leaderboard infosmat
2021-05-31fix basicPlayerCache not being in msmat
2021-05-31change cache time for usernamesmat
2021-05-31change basic player cache to only 30 minutesmat
2021-05-31add memberRawLeaderboardItem and profileRawLeaderboardItemmat
2021-05-31removed fetching all the members in all of the leaderboardsmat
2021-05-30re-add the pre-cache for leaderboard usersmat
2021-05-30remove debug thingmat
2021-05-30i think i found out why it's using so much memory.mat
2021-05-30Revert "disable leaderboards again :trollface:"mat
2021-05-30disable leaderboards again :trollface:mat
2021-05-30increase max listeners for usernameCachemat
2021-05-30do more things to maybe prevent random crashes???mat
2021-05-29only cache raw leaderboardsmat
2021-05-29add more try catchesmat
2021-05-29probably fix a thingmat
2021-05-29Bump ts-node from 9.1.1 to 10.0.0 (#37)dependabot[bot]
2021-05-29Bump @types/mongodb from 3.6.15 to 3.6.17 (#48)dependabot[bot]
2021-05-29Bump typescript from 4.2.4 to 4.3.2 (#43)dependabot[bot]
2021-05-29Bump @types/express from 4.17.11 to 4.17.12 (#42)dependabot[bot]
2021-05-29Bump @types/node from 15.3.1 to 15.6.1 (#41)dependabot[bot]
2021-05-29Bump mongodb from 3.6.7 to 3.6.9 (#44)dependabot[bot]
2021-05-29Delete auto-merge.ymlmat
2021-05-29Bump dotenv from 9.0.2 to 10.0.0 (#38)dependabot[bot]
2021-05-28add more useful stuff to indexmat
2021-05-28add more stuff to index routemat
2021-05-28Don't fetch leaderboards multiple times when they're already being fetched (#47)mat
2021-05-28increase interval for updating leaderboardsmat
2021-05-27fix some bugs with it loading forevermat
2021-05-27random random debug things and optimize leaderboardsmat
2021-05-27make leaderboards send less requestsmat
2021-05-27increase max in basicPlayerCache hopefully it doesn't use too much rammat
2021-05-27disable "fast" mode for leaderboardsmat
2021-05-27log profile in fetchProfileUuid cache missmat
2021-05-27Compiled TS into JSmat-1
2021-05-27Profile customization (#46)mat
2021-05-27Compiled TS into JSmat-1
2021-05-27Profile customization (#45)mat
2021-05-26replace a rank thing with switch statementmat
2021-05-26Compiled TS into JSmat-1
2021-05-25add LRUCache for basicPlayerCachemat