This might help with more reliably fetch all data. When requestion 5k entries, occasionally some are dropped (usually the most recent ones). Jointly this enables a bunch of other optimizations:
- Only retrieve new entries since last fetch, integrate entries with cached history.
- Show partial history during retrieval.
This might help with more reliably fetch all data. When requestion 5k entries, occasionally some are dropped (usually the most recent ones). Jointly this enables a bunch of other optimizations: