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
Right now new API fetches aren't incremental–we don't remember builds that we've seen, causing us to seek back through all builds looking for results every time. API usage could be significnatly reduced by maintaining a cache of results which would, at the very least, allow us to stop paging into the past for historical builds.
The text was updated successfully, but these errors were encountered:
jbmorley
changed the title
Only perform incremental update fetches when looking for new buids
Only perform incremental update fetches when looking for new builds
Apr 18, 2024
This change adds background refresh to iOS (with a requested frequency
of 15m) to try to ensure the app is up to date on first launch. Ideally
this would be combined with work like #359 to ensure we're as
lightweight as we can be when performing updates.
jbmorley
changed the title
Only perform incremental update fetches when looking for new builds
Use incremental update fetches when looking for new builds
Apr 20, 2024
Right now new API fetches aren't incremental–we don't remember builds that we've seen, causing us to seek back through all builds looking for results every time. API usage could be significnatly reduced by maintaining a cache of results which would, at the very least, allow us to stop paging into the past for historical builds.
The text was updated successfully, but these errors were encountered: