You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for every get_status call (pretty much every api call) the next_colony_cost is determined partially by determining how many colony ships are travelling out from the body.
This requires a db access every time for something which is most times not needed.
Look at how this call can be eliminated or cached.
The text was updated successfully, but these errors were encountered:
Currently for every get_status call (pretty much every api call) the next_colony_cost is determined partially by determining how many colony ships are travelling out from the body.
This requires a db access every time for something which is most times not needed.
Look at how this call can be eliminated or cached.
The text was updated successfully, but these errors were encountered: