Closed nixpulvis closed 2 months ago
https://github.com/nixpulvis/galos/blob/77c679c393426831d4ecddd0099beba82f03c889/starmap/src/systems/fetch.rs#L36
Removing the check for !fetched.0.contains(®ion) allows systems to be updated consistently, but may overwhelm the database, we may also want to throttle this
!fetched.0.contains(®ion)
https://github.com/nixpulvis/galos/blob/77c679c393426831d4ecddd0099beba82f03c889/starmap/src/systems/fetch.rs#L36
Removing the check for
!fetched.0.contains(®ion)
allows systems to be updated consistently, but may overwhelm the database, we may also want to throttle this