Uses built in mongoqb queries to limit the amount of fetch documents when using point related plugins.
The gamble and tacoleaderboard plugins used to take 10 seconds when waiting for all documents to then sort on the client side.
The mongodb queries are much faster and only take a few ms
Uses built in mongoqb queries to limit the amount of fetch documents when using point related plugins.
The gamble and tacoleaderboard plugins used to take 10 seconds when waiting for all documents to then sort on the client side. The mongodb queries are much faster and only take a few ms