nixpulvis / galos

Elite: Dangerous Database and Tools
3 stars 0 forks source link

Slow Throttle when DB Queries are Slow #64

Open nixpulvis opened 2 months ago

nixpulvis commented 2 months ago

Right now we're throttling DB calls based on a fixed timer. We should update that timer based on the response time from the DB.

This probably involves (yet) another resource to track the LastFetchCompletedAt instant. Renaming LastFetchedAt to LastFetchStartedAt.

nixpulvis commented 2 months ago

Added a way to change the throttle in the UI for now at least.