lambdaclass / mirra_backend

Multiplayer 2D physics engine, matchmaking, market and leaderboard for 2D and 3D Games
Apache License 2.0
61 stars 1 forks source link

Disable bounties logic if there are no bounties #881

Closed Nico-Sanchez closed 1 month ago

Nico-Sanchez commented 1 month ago

Motivation

We're processing the bounties when we don't have bounties at all. This processing is doing requests to CENTRAL BACKEND thus taking a lot of time to process a tick.

Summary of changes

Disable bounties logic if there are no bounties

How to test it?

Play a match and see if you're doing requests to central.

Checklist